diff --git a/deployment.sh b/deployment.sh index d2cbe08..b25b17e 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1750,7 +1750,7 @@ EOT done # nuke files - find "${TARGET}/var/log" -type f -size +0 -not -name \*.ini -exec sh -c ':> ${1}' sh {} \; + find "${TARGET}/var/log" -type f -size +0 -not -name \*.ini -exec sh -c ":> \${1}" sh {} \; :>$TARGET/var/run/utmp :>$TARGET/var/run/wtmp