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:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
#Ignore downloaded temp files for ISOs
|
||||
ISOCreateScripts/temp/
|
||||
ISOCreateScripts/iso/
|
||||
ISOCreateScripts/*.iso
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user