mirror of
https://github.com/YunoHost-Apps/joomla_ynh.git
synced 2024-09-03 19:26:34 +02:00
Fix config file ownership
This commit is contained in:
parent
1494fb0683
commit
a40df1043b
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ pushd "$install_dir"
|
|||
php$phpversion installation/joomla.php install --admin-user="$admin" --admin-username="$admin" --admin-password="$password" --admin-email="$email" --db-type=mysql --db-host=localhost --db-user=$db_user --db-pass=$db_pwd --db-name=$db_name --db-prefix=$db_prefix --site-name="My joomla website" -n
|
||||
popd
|
||||
|
||||
# fix config file ownership
|
||||
chown $app:www-data "$install_dir/configuration.php"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue