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

This commit is contained in:
Tom Hubrecht 2024-01-10 17:50:28 +01:00
parent ace755b6b5
commit ca90901e0c

View file

@ -56,7 +56,7 @@ mkdir /mnt/boot
mount "$bootDevice" /mnt/boot
if [ "x$swapDevice" != "x" ]; then
if [ -n "$swapDevice" ]; then
swapon "$swapDevice"
fi