Try new path

This commit is contained in:
Luke Murphy 2020-03-19 23:33:05 +01:00
parent 791fb893ee
commit 608fc38114
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ TMP_WORK_DIR="$2"
pushd "$TMP_WORK_DIR" >/dev/null
cp -r "$TMP_WORK_DIR/ansible/*" "$DOKKU_LIB_ROOT/data/ansible/$APP"
cp -r "ansible/*" "$DOKKU_LIB_ROOT/data/ansible/$APP"
popd >/dev/null