1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00

Update install

This commit is contained in:
ericgaspar 2021-06-04 09:21:34 +02:00
parent 0bc311a060
commit 2fb929e7a8
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -124,8 +124,8 @@ ynh_script_progression --message="Configuring phpMyAdmin..."
ynh_add_config --template="../conf/config.inc.php" --destination="$final_path/config.inc.php"
chmod 400 "$final_path/some_config_file"
chown $app:$app "$final_path/some_config_file"
chmod 400 "$final_path/config.inc.php"
chown $app:$app "$final_path/config.inc.php"
#=================================================
# INSTALL DEPENDENCIES WITH COMPOSER