From: Arvin Schnell Date: Thu, 11 Jan 2018 11:33:01 +0000 (+0100) Subject: fixed bash syntax X-Git-Tag: v0.5.4~7^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82cd483c8678ca6de481267e2e9345b8808f46e7;p=thirdparty%2Fsnapper.git fixed bash syntax --- diff --git a/snapper.spec.in b/snapper.spec.in index 4bf1f5f7..aa0f1b0a 100644 --- a/snapper.spec.in +++ b/snapper.spec.in @@ -131,7 +131,7 @@ if [ -f /etc/cron.hourly/suse.de-snapper ]; then systemctl preset snapper-timeline.timer ||: systemctl is-enabled -q snapper-timeline.timer && systemctl start snapper-timeline.timer || : fi -if [ -f /etc/cron.daily/suse.de-snapper ]; +if [ -f /etc/cron.daily/suse.de-snapper ]; then systemctl preset snapper-cleanup.timer ||: systemctl is-enabled -q snapper-cleanup.timer && systemctl start snapper-cleanup.timer || : fi