diff --git a/usr/bin/melawy-check-reboot-required b/usr/bin/melawy-check-reboot-required old mode 100644 new mode 100755 index 1fdcf8a..2340790 --- a/usr/bin/melawy-check-reboot-required +++ b/usr/bin/melawy-check-reboot-required @@ -49,7 +49,7 @@ Main() { done if [[ "$notify" = "yes" ]] ; then - /usr/bin/melawy-reboot-required + /usr/bin/bash /usr/bin/melawy-reboot-required fi } diff --git a/usr/bin/melawy-reboot-required b/usr/bin/melawy-reboot-required old mode 100644 new mode 100755 diff --git a/usr/share/libalpm/hooks/melawy-reboot-required.hook b/usr/share/libalpm/hooks/melawy-reboot-required.hook index 10da688..0a479a9 100644 --- a/usr/share/libalpm/hooks/melawy-reboot-required.hook +++ b/usr/share/libalpm/hooks/melawy-reboot-required.hook @@ -42,4 +42,4 @@ Description = Check if user should be informed about rebooting after certain sys When = PostTransaction Depends = libnotify NeedsTargets -Exec = /usr/bin/melawy-check-reboot-required +Exec = /usr/bin/bash /usr/bin/melawy-check-reboot-required