diff --git a/scripts/_common.sh b/scripts/_common.sh index 9f6ae51..1264c84 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -25,7 +25,7 @@ php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-js #!/bin/bash read_json () { - sudo python3 -c "import sys, json;print(json.load(open('$1'))['$2'])" + python3 -c "import sys, json;print(json.load(open('$1'))['$2'])" } read_manifest () {