1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Update restore

This commit is contained in:
Selamanse 2017-09-05 19:44:55 +02:00 committed by GitHub
parent 4e9da7b26f
commit 8fccdc49fc

View file

@ -4,10 +4,10 @@ set -eu
#================================================= #=================================================
# IMPORT GENERIC HELPERS # IMPORT GENERIC HELPERS
#================================================= #=================================================
if [ ! -e _common ]; then if [ ! -e _common.sh ]; then
# Fetch helpers file if not in current directory # Fetch helpers file if not in current directory
sudo cp ../settings/scripts/_common.sh ./_common.sh sudo cp ../settings/scripts/_common.sh ./_common.sh
sudo chmod a+rx _common sudo chmod a+rx _common.sh
fi fi
source _common.sh source _common.sh
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers