From 1fdc5c8d8a8af9bff39a72777e2754d95a0b61fe Mon Sep 17 00:00:00 2001 From: simono41 Date: Mon, 23 Apr 2018 13:56:36 +0200 Subject: [PATCH] fix --- make_mksquashfs-auto.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/make_mksquashfs-auto.sh b/make_mksquashfs-auto.sh index f85f1fd..d425dce 100755 --- a/make_mksquashfs-auto.sh +++ b/make_mksquashfs-auto.sh @@ -24,12 +24,12 @@ echo "Hallo Echo" for wort in "$2" "$3" "$4" "$5" "$6" "$7" do echo "$wort" - if [ "$wort" == "deletework" ]; then archchroot=y; fi - if [ "$wort" == "filesystem" ]; then archchroot=y; fi + if [ "$wort" == "deletework" ]; then deletework=y; fi + if [ "$wort" == "filesystem" ]; then filesystem=y; fi if [ "$wort" == "archchroot" ]; then archchroot=y; fi - if [ "$wort" == "makebios" ]; then archchroot=y; fi - if [ "$wort" == "makeimage" ]; then archchroot=y; fi - if [ "$wort" == "makeiso" ]; then archchroot=y; fi + if [ "$wort" == "makebios" ]; then makebios=y; fi + if [ "$wort" == "makeimage" ]; then makeimage=y; fi + if [ "$wort" == "makeiso" ]; then makeiso=y; fi done sleep 5