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

_common.sh

This commit is contained in:
Maniack Crudelis 2017-03-20 00:17:59 +01:00
parent 3be74eb1eb
commit 43ac52d249
6 changed files with 11 additions and 11 deletions

View file

@ -13,12 +13,12 @@ set -eu
# IMPORT GENERIC HELPERS
#=================================================
if [ ! -e .fonctions ]; then
if [ ! -e _common.sh ]; then
# Rapatrie le fichier de fonctions si il n'est pas dans le dossier courant
sudo cp ../settings/scripts/.fonctions ./.fonctions
sudo chmod a+rx .fonctions
sudo cp ../settings/scripts/_common.sh ./_common.sh
sudo chmod a+rx _common.sh
fi
source .fonctions
source _common.sh
source /usr/share/yunohost/helpers
#=================================================

View file

@ -6,7 +6,7 @@
# IMPORT GENERIC HELPERS
#=================================================
source .fonctions
source _common.sh
source /usr/share/yunohost/helpers
#=================================================

View file

@ -6,7 +6,7 @@
# IMPORT GENERIC HELPERS
#=================================================
source .fonctions
source _common.sh
source /usr/share/yunohost/helpers
#=================================================

View file

@ -13,12 +13,12 @@ set -eu
# IMPORT GENERIC HELPERS
#=================================================
if [ ! -e .fonctions ]; then
if [ ! -e _common.sh ]; then
# Rapatrie le fichier de fonctions si il n'est pas dans le dossier courant
sudo cp ../settings/scripts/.fonctions ./.fonctions
sudo chmod a+rx .fonctions
sudo cp ../settings/scripts/_common.sh ./_common.sh
sudo chmod a+rx _common.sh
fi
source .fonctions
source _common.sh
source /usr/share/yunohost/helpers
#=================================================

View file

@ -6,7 +6,7 @@
# IMPORT GENERIC HELPERS
#=================================================
source .fonctions
source _common.sh
source /usr/share/yunohost/helpers
#=================================================