From 4f45a2c4ed34454677b493d9cfb5fe91af2b6cee Mon Sep 17 00:00:00 2001 From: Sam Scholten Date: Thu, 11 Sep 2025 16:48:55 +1000 Subject: Remove hardcoded HOME, increase rclone client timeout --- uninstall_user.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'uninstall_user.sh') diff --git a/uninstall_user.sh b/uninstall_user.sh index 3305946..cdf0e0d 100755 --- a/uninstall_user.sh +++ b/uninstall_user.sh @@ -26,8 +26,7 @@ echo "Reloading systemd daemon..." systemctl --user daemon-reload echo "Removing backup scripts..." -rm -f ~/.local/bin/restic_backup.sh -rm -f ~/.local/bin/restic_check.sh +rm -f ~/.local/bin/restic_backup.sh ~/.local/bin/restic_check.sh ~/.local/bin/common.sh echo "" echo "Remove configuration files? This includes passwords and settings!" -- cgit v1.2.3