From c472c24cc2f179ff5931ee30afcf3755cdd5fc0f Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 21 Jun 2022 16:23:34 +0200 Subject: [PATCH] Fix cron-notify script --- root/usr/local/bin/cron-notify | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root/usr/local/bin/cron-notify b/root/usr/local/bin/cron-notify index 3983937..6e352df 100755 --- a/root/usr/local/bin/cron-notify +++ b/root/usr/local/bin/cron-notify @@ -8,5 +8,4 @@ XDG_RUNTIME_DIR="/run/user/$(id -u)" \ DISPLAY=:0 \ -notify-send "Cron Notification" $@ - +notify-send "$@"