From 72245ae74951a60daab0979ba475e0a58238d45d Mon Sep 17 00:00:00 2001 From: JKANetwork Date: Mon, 16 Jan 2017 17:46:14 +0100 Subject: [PATCH] Fix move log --- .gitignore | 4 ++++ archinstall/archinstall-dev.sh | 12 ++++++------ archinstall/archinstall.sh | 10 +++++----- 3 files changed, 15 insertions(+), 11 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7cca44e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +#Ignore downloaded temp files for ISOs +ISOCreateScripts/temp/ +ISOCreateScripts/iso/ +ISOCreateScripts/*.iso \ No newline at end of file diff --git a/archinstall/archinstall-dev.sh b/archinstall/archinstall-dev.sh index d0dc143..3f3584e 100755 --- a/archinstall/archinstall-dev.sh +++ b/archinstall/archinstall-dev.sh @@ -979,13 +979,13 @@ fi echo "Sincronizando datos al disco duro, puede tardar unos segundos" sync +clear +mostrardialog "$(T "End")" "$(T "Setup finished, press enter to reboot.")" +#Move log +mv /tmp/install.log /mnt/home/$nameuser/install.log + # Unmounting partitions umount /mnt/* umount /mnt -# - -clear -mostrardialog "$(T "End")" "$(T "Setup finished, press enter to reboot.")" -mv /tmp/install.log /mnt/home/$nameuser/install.log # Reboot, finished -reboot +reboot \ No newline at end of file diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index d0dc143..585f3ea 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -979,13 +979,13 @@ fi echo "Sincronizando datos al disco duro, puede tardar unos segundos" sync +clear +mostrardialog "$(T "End")" "$(T "Setup finished, press enter to reboot.")" +#Move log +mv /tmp/install.log /mnt/home/$nameuser/install.log + # Unmounting partitions umount /mnt/* umount /mnt -# - -clear -mostrardialog "$(T "End")" "$(T "Setup finished, press enter to reboot.")" -mv /tmp/install.log /mnt/home/$nameuser/install.log # Reboot, finished reboot