1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00

add recommended block #21

This commit is contained in:
aymhce 2017-10-03 22:51:30 +02:00
parent 2cf085714c
commit 291b88961b

View file

@ -6,6 +6,11 @@ set -eu
# IMPORT GENERIC HELPERS
#=================================================
if [ ! -e _common.sh ]; then
cp ../settings/scripts/_common.sh ./_common.sh
chmod a+rx _common.sh
fi
. _common.sh
. /usr/share/yunohost/helpers
#=================================================