1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mytinytodo_ynh.git synced 2024-09-03 19:46:01 +02:00
This commit is contained in:
ericgaspar 2022-10-23 09:59:26 +02:00
parent 2a47250eca
commit eefe288845
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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