1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-06-12 03:16:12 +02: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
View File
@@ -0,0 +1,4 @@
#Ignore downloaded temp files for ISOs
ISOCreateScripts/temp/
ISOCreateScripts/iso/
ISOCreateScripts/*.iso
+6 -6
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
+5 -5
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