diff options
author | Renato Botelho <renato@netgate.com> | 2015-09-04 13:09:21 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-09-04 13:09:21 -0300 |
commit | ce96c1310e2178e298b73ba96a90a15c9eebfa95 (patch) | |
tree | a1f9733723a793d2a99eab3f138e99983f4da6e9 /build.sh | |
parent | 45b13882fdfb7e0ff971e5249e1adfacbaed59da (diff) | |
download | pfsense-ce96c1310e2178e298b73ba96a90a15c9eebfa95.zip pfsense-ce96c1310e2178e298b73ba96a90a15c9eebfa95.tar.gz |
Fix snapshots log rotate
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -332,9 +332,6 @@ fi echo ">>> Building image type(s): ${_IMAGESTOBUILD}" if [ -n "${SNAPSHOTS}" ]; then - rm -f $SNAPSHOTSLOGFILE; touch $SNAPSHOTSLOGFILE - rm -f $SNAPSHOTSLASTUPDATE; touch $SNAPSHOTSLASTUPDATE - snapshots_rotate_logfile snapshots_update_status ">>> Starting snapshot build operations" |