mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 08:09:18 +01:00
Update NonSteamLaunchers.sh
This commit is contained in:
parent
551d589b9f
commit
ca691aa471
@ -951,12 +951,7 @@ else
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get the command line arguments
|
function stop_service {
|
||||||
args=("$@")
|
|
||||||
|
|
||||||
# Check if the Stop NSLGameScanner option was passed as a command line argument or clicked in the GUI
|
|
||||||
if [[ " ${args[@]} " =~ " Stop NSLGameScanner " ]] || [[ $options == "Stop NSLGameScanner" ]]; then
|
|
||||||
|
|
||||||
# Stop the service
|
# Stop the service
|
||||||
systemctl --user stop nslgamescanner.service
|
systemctl --user stop nslgamescanner.service
|
||||||
|
|
||||||
@ -971,6 +966,14 @@ if [[ " ${args[@]} " =~ " Stop NSLGameScanner " ]] || [[ $options == "Stop NSLGa
|
|||||||
|
|
||||||
# Reload the systemd user instance
|
# Reload the systemd user instance
|
||||||
systemctl --user daemon-reload
|
systemctl --user daemon-reload
|
||||||
|
}
|
||||||
|
|
||||||
|
# Get the command line arguments
|
||||||
|
args=("$@")
|
||||||
|
|
||||||
|
# Check if the Stop NSLGameScanner option was passed as a command line argument or clicked in the GUI
|
||||||
|
if [[ " ${args[@]} " =~ " Stop NSLGameScanner " ]] || [[ $options == "Stop NSLGameScanner" ]]; then
|
||||||
|
stop_service
|
||||||
|
|
||||||
# If command line arguments were provided, exit the script
|
# If command line arguments were provided, exit the script
|
||||||
if [ ${#args[@]} -ne 0 ]; then
|
if [ ${#args[@]} -ne 0 ]; then
|
||||||
@ -985,6 +988,7 @@ if [[ " ${args[@]} " =~ " Stop NSLGameScanner " ]] || [[ $options == "Stop NSLGa
|
|||||||
python3 $python_script_path
|
python3 $python_script_path
|
||||||
else
|
else
|
||||||
# User does not want to run NSLGameScanner again
|
# User does not want to run NSLGameScanner again
|
||||||
|
stop_service
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user