TT#51701 Switch from deprecated /var/run to /run

Change-Id: Ie75cd2c24d037e58c90c6cb9eb324526da4b77d4
changes/44/34544/1
Guillem Jover 6 years ago
parent ae3ba8b248
commit ed8097151c

@ -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

Loading…
Cancel
Save