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:
parent
4d01549436
commit
c85cb98436
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue