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:
parent
59c5d4a0db
commit
9f3db97b78
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if [ ! -e _common.sh ]; then
|
||||||
# Get the _common.sh file if it's not in the current directory
|
# Get the _common.sh file if it's not in the current directory
|
||||||
cp ../settings/scripts/_common.sh ./_common.sh
|
cp ../settings/scripts/_common.sh ./_common.sh
|
||||||
mkdir ./upgrade.d
|
mkdir ./upgrade.d
|
||||||
cp ../settings/upgrade.d/upgrade.sh ./upgrade.d/upgrade.sh
|
cp ../settings/scripts/upgrade.d/upgrade.sh ./upgrade.d/upgrade.sh
|
||||||
chmod a+rx _common.sh upgrade.d/upgrade.sh
|
chmod a+rx _common.sh upgrade.d/upgrade.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue