mirror of
https://github.com/YunoHost-Apps/SitemagicCMS_ynh.git
synced 2024-09-03 20:26:13 +02:00
fix
This commit is contained in:
parent
207dfc32e1
commit
cf5923665b
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server, php8.2-mysql"
|
||||
packages = "mariadb-server, php7.4-mysql"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
|
@ -36,7 +36,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Adding a configuration file..." --weight=1
|
||||
|
||||
ynh_add_config --template="../conf/config.xml.php" --destination="$install_dir/config.xml.php"
|
||||
ynh_add_config --template="config.xml.php" --destination="$install_dir/config.xml.php"
|
||||
|
||||
chmod 660 "$install_dir/config.xml.php"
|
||||
chown $app:$app "$install_dir/config.xml.php"
|
||||
|
|
Loading…
Reference in a new issue