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

Update install

This commit is contained in:
ericgaspar 2020-11-28 12:09:00 +01:00
parent 654ea2c8b1
commit 7c367d0715
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -131,7 +131,7 @@ phpversion=$(ynh_app_setting_get --app="$app" --key=phpversion)
# # Remove the `install.php` directory from within the Noalyss installation path.
# # The scripts within this directory should not be accessible on a live Noalyss site
# # or on any installation that is accessible via the Internet.
# ynh_secure_remove "$final_path/html/install.php"
ynh_secure_remove "$final_path/html/install.php"
# # Set the user chosen at installation as administrator
# #ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" <<< "UPDATE ${db_name}_user_table SET username = '$admin' WHERE id = 1;"