1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-13 16:51:33 +01:00

Fix move log

This commit is contained in:
2017-01-16 17:46:14 +01:00
parent c7e3c893b0
commit 72245ae749
3 changed files with 15 additions and 11 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
#Ignore downloaded temp files for ISOs
ISOCreateScripts/temp/
ISOCreateScripts/iso/
ISOCreateScripts/*.iso

View File

@@ -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

View File

@@ -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