Update string format swap

This commit is contained in:
MatMoul 2018-09-04 01:15:26 +02:00
parent c0ad4f79fe
commit 8f770a0337

2
archfi
View file

@ -477,7 +477,7 @@ formatdevices(){
formatbootdevice boot $bootdev
fi
if [ ! "$swapdev" = "" ]; then
formatswapdevice
formatswapdevice swap $swapdev
fi
formatdevice root $rootdev
if [ ! "$homedev" = "" ]; then