diff --git a/config_panel.toml b/config_panel.toml index 8b968bd..c2c6ecd 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -10,10 +10,10 @@ name = "myTinyTodo configuration" ask = "Set title" type = "string" help = "Specify a title for your todolist." - bind = "title:__FINALPATH__/db/config.php" + bind = "title:__FINALPATH__/config.php" [main.config.set_password] ask = "Set password" type = "password" help = "Specify password here to protect your tasks from modification, or leave empty that everyone could read/write todolist." - bind = "password:__FINALPATH__/db/config.php" + bind = "password:__FINALPATH__/config.php" diff --git a/scripts/install b/scripts/install index 1c3db9c..f96f199 100644 --- a/scripts/install +++ b/scripts/install @@ -125,7 +125,7 @@ chown $app:$app "$final_path/config.php" # REMOVE UNWANTED FILES #================================================= -#ynh_secure_remove --file="$final_path/setup.php" +ynh_secure_remove --file="$final_path/setup.php" #================================================= # SETUP SSOWAT