test enchants 2
This commit is contained in:
+2
-3
@@ -17,9 +17,8 @@ umount_all()
|
||||
done
|
||||
}
|
||||
|
||||
exec </dev/console >>/dev/console 2>>/dev/console
|
||||
[ "${DEBUG_IS_ENABLED}" = "true" ]&&set -x
|
||||
read -sr -N 1 -t 5 -p "[Info]: If poweroff by accident, press any key to restore your work. Waiting 5 seconds for input..."&&pivotRoot /oldroot
|
||||
exec >/dev/console >&1 2>&1 <&1
|
||||
[[ "${DEBUG_IS_ENABLED}" = "true" ]]&&set -x
|
||||
debugShell
|
||||
echo "Linux Live Framework - Shutdown Magic!"
|
||||
echo "Entering to clean-up things before final step."
|
||||
|
||||
Reference in New Issue
Block a user