We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677cd1f commit 5690f39Copy full SHA for 5690f39
AppDir/AppRun
@@ -36,8 +36,8 @@ _get_symlinks() {
36
for hook in "$CURRENTDIR"/bin/*.hook; do
37
[ -x "$hook" ] || continue
38
case "$hook" in
39
- *.bg.hook) >&2 echo "exec bg hook: $hook"; "$hook" &;;
40
- *.hook) >&2 echo "exec hook: $hook"; "$hook" ;;
+ *.bg.hook) "$hook" &;;
+ *.hook) "$hook" ;;
41
esac
42
done
43
0 commit comments