diff --git a/scripts/Common/Software/rclone/main.fish b/scripts/Common/Software/rclone/main.fish index da9bb694..577ab8e4 100755 --- a/scripts/Common/Software/rclone/main.fish +++ b/scripts/Common/Software/rclone/main.fish @@ -49,6 +49,7 @@ begin "Terminal=false" ( printf "%s " \ "Exec=env" \ + "VALHALLA_REQUEST_LOGOUT=1" \ "CONFIG_NAME=$(echo "$CONFIG_NAME" | string escape)" \ "konsole -e fish $(realpath (status filename) | string escape) userConfig" ) @@ -100,7 +101,10 @@ begin end echo "rclone was configured successfully!" - read -P "Please log out" + + if [ -n "$VALHALLA_REQUEST_LOGOUT" ] + read -P "Please log out" + end end end end