diff --git a/templates/scripts/includes/deployment.sh b/templates/scripts/includes/deployment.sh index 42826bd..9c883fe 100755 --- a/templates/scripts/includes/deployment.sh +++ b/templates/scripts/includes/deployment.sh @@ -1772,8 +1772,8 @@ EOT echo "Temporary files cleanup ..." find "${TARGET}/var/log" -type f -size +0 -not -name \*.ini -not -name ngcp-installer.log -exec sh -c ":> \${1}" sh {} \; - :>$TARGET/var/run/utmp - :>$TARGET/var/run/wtmp + :>$TARGET/run/utmp + :>$TARGET/run/wtmp echo "Backup grml-debootstrap.log for later investigation ..." if [ -r /tmp/grml-debootstrap.log ] ; then