This commit is contained in:
simono41 2018-08-22 01:49:30 +02:00
parent 488e9dda60
commit 4cc1c952f9

View file

@ -9,11 +9,7 @@ if [[ $EUID -ne 0 ]]; then
fi fi
echo "Als root Angemeldet" echo "Als root Angemeldet"
if [ "makeboot" == "$1" ]; then if [ "make" == "$1" ] || [ "makeboot" == "$1" ]; then
makeboot=y
fi
if [ "make" == "$1" ] || [ "makeboot" == "y" ]; then
while (( "$(expr $# - 1)" )) while (( "$(expr $# - 1)" ))
do do