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

[fix] common file bug for restore & upgrade

This commit is contained in:
magikcypress 2017-06-17 20:19:51 +02:00
parent 6a7631aaaf
commit 3e78e6cc8c
No known key found for this signature in database
GPG key ID: 3B3C7CD61957AC9A
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ set -eu
if [ ! -e _common.sh ]; then
# Get file fonction if not been to the current directory
sudo cp ../settings/scripts/_common.sh ./_common.sh
sudo chmod a+rx _common
sudo chmod a+rx _common.sh
fi
# Loads the generic functions usually used in the script
source _common.sh

View file

@ -6,7 +6,7 @@ set -eu
if [ ! -e _common.sh ]; then
# Get file fonction if not been to the current directory
sudo cp ../settings/scripts/_common.sh ./_common.sh
sudo chmod a+rx _common
sudo chmod a+rx _common.sh
fi
# Loads the generic functions usually used in the script
source _common.sh