Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2024-02-07 05:31:13 -08:00 committed by GitHub
parent b3ff527734
commit 749c85a3d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,11 @@ check_for_updates() {
fi fi
} }
PIPE_PATH="/tmp/NSLGameScanner_pipe"
if [[ ! -p $PIPE_PATH ]]; then
mkfifo $PIPE_PATH
fi
# Get the command line arguments # Get the command line arguments
args=("$@") args=("$@")