diff --git a/script/arch-convert.sh b/script/arch-convert.sh index 6e55d79..3333510 100755 --- a/script/arch-convert.sh +++ b/script/arch-convert.sh @@ -8,6 +8,7 @@ NEW_VALUE="$1" POD="$2" CLEAN="$3" +pwd # Modify app.json JSON="example/app.json" sed -i '' -e "s/\"newArchEnabled\": true/\"newArchEnabled\": ${NEW_VALUE}/g" $JSON