This commit is contained in:
Rodolfo Berrios
2021-06-10 15:04:31 -04:00
parent 14e90b324c
commit e3b56717c0
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ cd /chevereto/download
curl -S -o installer.tar.gz -L "https://github.com/chevereto/installer/archive/${CHEVERETO_INSTALLER_TAG}.tar.gz"
tar -xvzf installer.tar.gz
mv -v installer-"${CHEVERETO_INSTALLER_TAG}"/* /chevereto/installer/
if [ -f "$WORKING_DIR/composer.js" ]; then
if [ -f "$WORKING_DIR/composer.json" ]; then
echo "[SKIP] Installer provisioning"
else
cd /chevereto/installer
@@ -49,4 +49,5 @@ set -eux
} >$WORKING_DIR/app/settings.php
chown www-data: $WORKING_DIR -R
cd $WORKING_DIR
rm -rf .gitkeep
ls -la

0
chevereto/composer.json Normal file
View File