Move all script in script folder

This commit is contained in:
Josué Tille
2024-02-05 19:12:10 +01:00
parent 82853f2061
commit 57740d8b4c
3 changed files with 4 additions and 4 deletions

View File

@ -100,8 +100,8 @@ ynh_add_config --template=app.ini --destination="$install_dir/custom/conf/app.in
_set_permissions
# Update ldap config
ynh_replace_string --match_string=__APP__ --replace_string="$app" --target_file=../conf/login_source.sql
ynh_mysql_connect_as "$db_user" "$db_pwd" "$db_name" < ../conf/login_source.sql
ynh_replace_string --match_string=__APP__ --replace_string="$app" --target_file=./login_source.sql
ynh_mysql_connect_as "$db_user" "$db_pwd" "$db_name" < ./login_source.sql
#=================================================
# REAPPLY SYSTEM CONFIGURATIONS