change printf to echo

This resolves issues with the printf syntax which doesn't play well with the  % symbol
pull/142/head
modem7 2024-04-21 21:37:13 +01:00
rodzic 70d05fb936
commit e962dd0e27
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C37853D96B6D9E9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -57,7 +57,7 @@ fi
crontab=$(crontab -l)
# Output cron settings to console
printf "Cron job set as: \n$crontab\n"
echo -e "Cron job set as: \n$crontab\n"
# Start Cron
exec /usr/sbin/crond -f -L /dev/stdout