Update
This commit is contained in:
parent
e168b39d75
commit
ce9acb7d95
|
@ -49,7 +49,7 @@ Main() {
|
|||
done
|
||||
|
||||
if [[ "$notify" = "yes" ]] ; then
|
||||
/usr/bin/melawy-reboot-required
|
||||
/usr/bin/bash /usr/bin/melawy-reboot-required
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue