1
0
Fork 0
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:
DeMiro5001 2024-07-04 01:39:26 +01:00 committed by GitHub
parent 1494fb0683
commit a40df1043b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
#=================================================