relogin after autorun

This commit is contained in:
Tobias Powalowski 2024-08-31 20:41:41 +02:00
parent cf2fdb6a44
commit 8756844d97

View file

@ -141,6 +141,10 @@ _run_autorun() {
echo "Running custom autorun.sh..."
/etc/archboot/run/./autorun.sh
echo "Finished autorun.sh."
echo
echo "Relogin on tty1 in 5 seconds..."
sleep 5
exit
fi
}