mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-06-13 04:04:59 +03:00
Comment out set -o pipefail in NonSteamLaunchers.sh
Comment out pipefail option for debugging purposes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x # activate debugging (execution shown)
|
||||
set -o pipefail # capture error from pipes
|
||||
#set -o pipefail # capture error from pipes
|
||||
|
||||
# ENVIRONMENT VARIABLES
|
||||
# Get the logged-in user, fallback to whoami if needed
|
||||
|
||||
Reference in New Issue
Block a user