feat(iso/dgn-install.sh): Use a better test
All checks were successful
build configuration / build_vault01 (push) Successful in 51s
build configuration / build_storage01 (push) Successful in 52s
build configuration / build_web01 (push) Successful in 1m9s
build configuration / build_compute01 (push) Successful in 1m15s
ds-fr update / npins_update (push) Successful in 1m53s
All checks were successful
build configuration / build_vault01 (push) Successful in 51s
build configuration / build_storage01 (push) Successful in 52s
build configuration / build_web01 (push) Successful in 1m9s
build configuration / build_compute01 (push) Successful in 1m15s
ds-fr update / npins_update (push) Successful in 1m53s
This commit is contained in:
parent
ace755b6b5
commit
ca90901e0c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ mkdir /mnt/boot
|
|||
|
||||
mount "$bootDevice" /mnt/boot
|
||||
|
||||
if [ "x$swapDevice" != "x" ]; then
|
||||
if [ -n "$swapDevice" ]; then
|
||||
swapon "$swapDevice"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue