mirror of
https://github.com/Le0xFF/VoidLinuxInstaller.git
synced 2024-11-22 11:16:22 +03:00
Fix typo
This commit is contained in:
parent
ea418e7515
commit
667fbe88ba
2
vli.sh
2
vli.sh
@ -312,7 +312,7 @@ function create_swapfile {
|
||||
echo -e -n "\nPress [ENTER] to create a swapfile of the same dimension or choose the desired size: "
|
||||
read -r swap_size
|
||||
|
||||
if [[ "\$swap_size" == "" ]] || [[ "\$swap_size -gt "0" ]] ; then
|
||||
if [[ "\$swap_size" == "" ]] || [[ "\$swap_size" -gt "0" ]] ; then
|
||||
if [[ "\$swap_size" == "" ]] ; then
|
||||
swap_size=\$ram_size
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user