Remove unnecesary echo
This commit is contained in:
parent
240a2abe52
commit
73f086fb8a
|
@ -223,9 +223,6 @@ installImportantPackages() {
|
|||
|
||||
generateFstab() {
|
||||
genfstab -U /mnt > /mnt/etc/fstab
|
||||
if [ -n "$swapfile" ]; then
|
||||
echo "/swapfile none swap defaults 0 0" > /mnt/etc/fstab
|
||||
fi
|
||||
}
|
||||
|
||||
setTimeZone() {
|
||||
|
|
Loading…
Reference in New Issue