mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 15:21:52 +01:00
trying to fix command line for Scanner
This commit is contained in:
parent
9e523c3217
commit
fe297a5784
@ -1163,9 +1163,14 @@ if [[ $options == "Move to SD Card" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Get the command line arguments
|
||||||
|
args=("$@")
|
||||||
# Check if the Stop NSLGameScanner option was passed as a command line argument or clicked in the GUI
|
# 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
|
if [[ " ${args[@]} " =~ " Stop NSLGameScanner " ]] || [[ $options == "Stop NSLGameScanner" ]]; then
|
||||||
|
|
||||||
|
#Delete the NSLGameScanner.py
|
||||||
|
rm -rf ${logged_in_home}/.config/systemd/user/NSLGameScanner.py
|
||||||
|
|
||||||
# Delete the service file
|
# Delete the service file
|
||||||
rm -rf ${logged_in_home}/.config/systemd/user/nslgamescanner.service
|
rm -rf ${logged_in_home}/.config/systemd/user/nslgamescanner.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user