]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
fixed bash syntax
authorArvin Schnell <aschnell@suse.com>
Thu, 11 Jan 2018 11:33:01 +0000 (12:33 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Jan 2018 11:33:01 +0000 (12:33 +0100)
snapper.spec.in

index 4bf1f5f762e291d789760fbad80bd07096479ab4..aa0f1b0acc76085492732357a6edfa25de41880a 100644 (file)
@@ -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