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:
parent
b2a1e13f95
commit
0a4e62b11e
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue