This commit is contained in:
2020-05-19 15:22:16 +02:00
parent 154184868b
commit 154ca377e2
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ set -eu
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ENV_FILE=$DIR/.env
. $DIR/../../../services/gitea/run --only-source
. $DIR/../../gitea/run --only-source
site_help() {
echo "./run backup : Lancer la sauvegarde de git.weko.io"