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

Update config

This commit is contained in:
Limezy 2024-02-21 23:24:53 +07:00
parent dbc061f0b8
commit b9905f8bfe

View file

@ -37,7 +37,7 @@ get__creation_compte(){
}
set__creation_compte(){
sed -i "s/define(\"CREATION_COMPTE\",.*);/define(\"CSV_SEP\", \"$creation_compte\");/" "$install_dir/config.php"
sed -i "s/define(\"CREATION_COMPTE\",.*);/define(\"CREATION_COMPTE\", \"$creation_compte\");/" "$install_dir/config.php"
}
get__connexion_compte(){
@ -45,7 +45,7 @@ get__connexion_compte(){
}
set__connexion_compte(){
sed -i "s/define(\"CONNEXION_COMPTE\",.*);/define(\"CSV_SEP\", \"$connexion_compte\");/" "$install_dir/config.php"
sed -i "s/define(\"CONNEXION_COMPTE\",.*);/define(\"CONNEXION_COMPTE\", \"$connexion_compte\");/" "$install_dir/config.php"
}