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:
parent
0bc311a060
commit
2fb929e7a8
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ ynh_script_progression --message="Configuring phpMyAdmin..."
|
||||||
|
|
||||||
ynh_add_config --template="../conf/config.inc.php" --destination="$final_path/config.inc.php"
|
ynh_add_config --template="../conf/config.inc.php" --destination="$final_path/config.inc.php"
|
||||||
|
|
||||||
chmod 400 "$final_path/some_config_file"
|
chmod 400 "$final_path/config.inc.php"
|
||||||
chown $app:$app "$final_path/some_config_file"
|
chown $app:$app "$final_path/config.inc.php"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL DEPENDENCIES WITH COMPOSER
|
# INSTALL DEPENDENCIES WITH COMPOSER
|
||||||
|
|
Loading…
Add table
Reference in a new issue