From b172d0291b2fadfc111de353bdd8609ebeb60767 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 2c9101ba..da9bb694 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