1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

fix restore

This commit is contained in:
Pierre Bourré 2018-12-25 21:03:39 +01:00
parent ce8aeddb0d
commit 67cf132f42

View file

@ -9,8 +9,8 @@
if [ ! -e _common.sh ]; then
# Get the _common.sh file if it's not in the current directory
cp ../settings/scripts/_common.sh ./_common.sh
mkdir ./upgrade.d
mkdir ../conf
mkdir ./upgrade.d
mkdir ../conf
cp ../settings/scripts/upgrade.d/upgrade.sh ./upgrade.d/upgrade.sh
cp ../settings/conf/*.default ../conf/
chmod a+rx _common.sh upgrade.d/upgrade.sh