Skip to content

Commit 5690f39

Browse files
authored
Update AppRun
1 parent 677cd1f commit 5690f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AppDir/AppRun

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ _get_symlinks() {
3636
for hook in "$CURRENTDIR"/bin/*.hook; do
3737
[ -x "$hook" ] || continue
3838
case "$hook" in
39-
*.bg.hook) >&2 echo "exec bg hook: $hook"; "$hook" &;;
40-
*.hook) >&2 echo "exec hook: $hook"; "$hook" ;;
39+
*.bg.hook) "$hook" &;;
40+
*.hook) "$hook" ;;
4141
esac
4242
done
4343

0 commit comments

Comments
 (0)