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:
parent
463d66421a
commit
fc3fdc3f10
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue