Correct other typo in genfstab

This commit is contained in:
Eric Renfro 2024-06-23 20:30:52 -04:00
parent 7abac58179
commit 520f5363f5
Signed by: psi-jack
SSH key fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM

View file

@ -166,7 +166,7 @@ function expert_step() {
${cmd} apt install -y arch-install-scripts ${cmd} apt install -y arch-install-scripts
if [[ "$DEBUG" ]]; then if [[ "$DEBUG" ]]; then
echo "genfstab -U /target >> /target/etc/genfstab" echo "genfstab -U /target >> /target/etc/fstab"
else else
genfstab -U /target >> /target/etc/fstab genfstab -U /target >> /target/etc/fstab
fi fi