diff --git a/usr/bin/archboot-update.sh b/usr/bin/archboot-update.sh index e849cacb9..179ef0038 100755 --- a/usr/bin/archboot-update.sh +++ b/usr/bin/archboot-update.sh @@ -78,3 +78,4 @@ if [[ -n "${_FULL_SYSTEM}" ]]; then clear fi rm /.update +# vim: set ft=sh ts=4 sw=4 et: