Test update repositories cront & script
This commit is contained in:
Juan Ferrer 2022-10-29 12:42:19 +02:00
parent a65dc965b5
commit 7e4416b524
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
REDMINE_LOCAL_PATH="/var/local/redmine"
if [ ! -z "$GIT_SYNC_FOLDER" ]; then
mkdir -p "$GIT_SYNC_FOLDER"
chown redmine:redmine "$GIT_SYNC_FOLDER"
mkdir -p "$GIT_SYNC_FOLDER"
chown redmine:redmine "$GIT_SYNC_FOLDER"
fi
cat <<EOT >> "$REDMINE_LOCAL_PATH/update-repositories.env"