aboutsummaryrefslogtreecommitdiff
path: root/scripts/.local/bin/personal/external
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.local/bin/personal/external')
-rwxr-xr-xscripts/.local/bin/personal/external/helpdesk2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.local/bin/personal/external/helpdesk b/scripts/.local/bin/personal/external/helpdesk
index 8ab5aef..1a7f03c 100755
--- a/scripts/.local/bin/personal/external/helpdesk
+++ b/scripts/.local/bin/personal/external/helpdesk
@@ -32,7 +32,7 @@ def end():
rec.send_signal(signal.SIGINT)
cisco.send_signal(signal.SIGTERM)
subprocess.call("killall CiscoCollabHost", shell=True)
- subprocess.call("rm -rf /home/me/Downloads", shell=True)
+ subprocess.call(f"rm -rf /home/{os.getlogin()}/Downloads", shell=True)
def handler(sig, frame):