From 688f88180e75e24b75518a0849f11ed68627eb03 Mon Sep 17 00:00:00 2001 From: simono41 Date: Thu, 5 Apr 2018 21:15:03 +0200 Subject: [PATCH] fix --- arch-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-install b/arch-install index 23dfd58..5a1218f 100755 --- a/arch-install +++ b/arch-install @@ -135,7 +135,7 @@ function usbsecret() { function cron() { echo "cron-job snapshot" mkdir -p ${mountpoint}/var/spool/cron/ - echo "0 18 * * * /usr/bin/snapshot make ROOT home opt var/cache/pacman/pkg " > ${mountpoint}/var/spool/cron/root + echo -n "0 18 * * * /usr/bin/snapshot make ROOT home opt var/cache/pacman/pkg " > ${mountpoint}/var/spool/cron/root # custom-mounts for wort in ${mountsnaps}