fix
This commit is contained in:
parent
488e9dda60
commit
4cc1c952f9
1 changed files with 1 additions and 5 deletions
|
@ -9,11 +9,7 @@ if [[ $EUID -ne 0 ]]; then
|
|||
fi
|
||||
echo "Als root Angemeldet"
|
||||
|
||||
if [ "makeboot" == "$1" ]; then
|
||||
makeboot=y
|
||||
fi
|
||||
|
||||
if [ "make" == "$1" ] || [ "makeboot" == "y" ]; then
|
||||
if [ "make" == "$1" ] || [ "makeboot" == "$1" ]; then
|
||||
|
||||
while (( "$(expr $# - 1)" ))
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue