1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minchat_ynh.git synced 2024-09-03 19:36:29 +02:00

[fix] generic function for restore

This commit is contained in:
magikcypress 2017-05-08 17:51:19 +02:00
parent 463d66421a
commit fc3fdc3f10

View file

@ -8,6 +8,8 @@ if [ ! -e ._common ]; then
sudo cp ../settings/scripts/_common ./_common
sudo chmod a+rx _common
fi
# Loads the generic functions usually used in the script
source _common
# Source app helpers
source /usr/share/yunohost/helpers