removed sleep

This commit is contained in:
Ryan Bakkes 2022-10-03 15:03:35 +02:00
parent 0cbb8a326d
commit 4d39769cac

View File

@ -362,8 +362,6 @@ homedir="$(getent passwd $SUDO_USER | cut -d: -f6)"
debug=false debug=false
downloadall=false downloadall=false
usezsh="" usezsh=""
echo $homedir
sleep 10
# run the program # run the program
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then