nex linux version and not checking for /swap on S01first_boot

This commit is contained in:
Vincent-FK
2020-11-12 10:02:56 +01:00
parent 9a0ae5e721
commit b42b24dfd9
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ THIS=$(basename $0)
case "$1" in
start)
if [ ! -f /swap ]; then
if [ ! -f /.first_boot ]; then
first_boot
fi
;;