Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Oct 31, 2020
1 parent 41bf8e8 commit 36e3a48
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions usr/bin/sandbox-app-launcher
Expand Up @@ -157,6 +157,11 @@ dbus-launch
"${app_path}" "\${@}" 1>/dev/null
EOF

## Debugging.
if [ -o xtrace ]; then
cat "${wrapper_script}"
fi

chmod 755 "${wrapper_script}"
}

Expand Down

0 comments on commit 36e3a48

Please sign in to comment.