diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index d634671..6de3c3c 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -17,11 +17,12 @@ iso_version=$(date +%Y.%m.%d) out_dir=out install_dir=arch version="$1" +shift echo "Hallo Echo" # for-schleife -for wort in "$2" "$3" "$4" "$5" "$6" "$7" +for wort in "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9" do echo "$wort" if [ "$wort" == "deletework" ]; then deletework=y; fi