Instruct user to log out

This commit is contained in:
Manuel Thalmann 2024-09-19 22:27:44 +02:00
parent c97cf3299c
commit 65be8ce05d

View file

@ -98,6 +98,9 @@ begin
rclone config || true rclone config || true
systemctl --user enable "$serviceName" --now || true systemctl --user enable "$serviceName" --now || true
end end
echo "rclone was configured successfully!"
read -P "Please log out"
end end
end end
end end