1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framaforms_ynh.git synced 2024-09-03 18:36:12 +02:00

Fix install

This commit is contained in:
yalh76 2021-05-18 04:25:18 +02:00 committed by Tagada
parent 4d01549436
commit c85cb98436

View file

@ -127,6 +127,9 @@ drush_aliasconfig="$final_path/.drush/$app.aliases.drushrc.php"
ynh_add_config --template="../conf/yoursite.aliases.drushrc.php" --destination="$drush_aliasconfig"
chmod 400 "$drush_aliasconfig"
chown $app:$app "$drush_aliasconfig"
#=================================================
# INSTALL COMPOSER
#=================================================