Fixed arithmetic expression

This commit is contained in:
Nicholas 2021-10-24 17:34:42 -07:00
parent 9030a92c37
commit 4c5ee40cca
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ fi
SWAPSIZEgb=2
SWAPSIZEmb=1024*$SWAPSIZEgb
SWAPSIZEmb=$((1024*$SWAPSIZEgb))
touch /swapfile
dd if=/dev/zero of=/swapfile bs=1M count=$SWAPSIZEmb status=progress