This commit is contained in:
Valeria Fadeeva 2024-11-09 22:40:07 +05:00
parent e168b39d75
commit ce9acb7d95
3 changed files with 2 additions and 2 deletions

2
usr/bin/melawy-check-reboot-required Normal file → Executable file
View File

@ -49,7 +49,7 @@ Main() {
done
if [[ "$notify" = "yes" ]] ; then
/usr/bin/melawy-reboot-required
/usr/bin/bash /usr/bin/melawy-reboot-required
fi
}

0
usr/bin/melawy-reboot-required Normal file → Executable file
View File

View File

@ -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