1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Update _common.sh

This commit is contained in:
ericgaspar 2022-01-01 23:48:04 +01:00
parent b2a1e13f95
commit 0a4e62b11e

View file

@ -25,7 +25,7 @@ php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-js
#!/bin/bash #!/bin/bash
read_json () { 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 () { read_manifest () {