forked from switnet/quick-jibri-installer
update path
This commit is contained in:
parent
96784f0ca3
commit
f066504f30
|
@ -40,7 +40,7 @@ else
|
|||
echo " \"$(echo $1|awk -F '=' '{print$1}')\" seems present, skipping setting this variable"
|
||||
fi
|
||||
}
|
||||
FSTAB="/etc/fstab"
|
||||
FSTAB=/etc/fstab
|
||||
|
||||
##Disable swap
|
||||
swapoff -a
|
||||
|
|
Loading…
Reference in New Issue