From 2b93c2a0c9390c958581d60ad98318a7ff1beab1 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 19 Sep 2024 22:27:44 +0200 Subject: [PATCH] Instruct user to log out --- scripts/Common/Software/rclone/main.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/Common/Software/rclone/main.fish b/scripts/Common/Software/rclone/main.fish index 458f1b3fc..19fa92fb4 100755 --- a/scripts/Common/Software/rclone/main.fish +++ b/scripts/Common/Software/rclone/main.fish @@ -98,6 +98,9 @@ begin rclone config || true systemctl --user enable "$serviceName" --now || true end + + echo "rclone was configured successfully!" + read -P "Please log out" end end end