From 7c07daaa9b5607b8df53dd33c76facee89a03b4b Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 17 Sep 2019 11:26:40 +0200 Subject: Bugfix in substitution in archinstall.sh. --- archinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archinstall.sh b/archinstall.sh index 60ce909..c888739 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -218,10 +218,10 @@ cd /root mv /mnt/opt/archinstall /mnt/opt/archinstall.git cd /mnt/opt/archinstall.git && git checkout $BRANCH cd /root -echo "bash /opt/archinstall/bin/second_stage.sh $hostname ${$disk_path}1" | arch-chroot /mnt +echo "bash /opt/archinstall/bin/second_stage.sh $hostname ${disk_path}1" | arch-chroot /mnt cd /root && umount $root_partition_path -echo "Removed second stage script and unmounted root partition - OK" +echo "Unmounted root partition - OK" sleep $DELAY echo "" -- cgit v1.2.3-70-g09d2