mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
Fix
This commit is contained in:
parent
2a47250eca
commit
eefe288845
2 changed files with 3 additions and 3 deletions
|
@ -10,10 +10,10 @@ name = "myTinyTodo configuration"
|
||||||
ask = "Set title"
|
ask = "Set title"
|
||||||
type = "string"
|
type = "string"
|
||||||
help = "Specify a title for your todolist."
|
help = "Specify a title for your todolist."
|
||||||
bind = "title:__FINALPATH__/db/config.php"
|
bind = "title:__FINALPATH__/config.php"
|
||||||
|
|
||||||
[main.config.set_password]
|
[main.config.set_password]
|
||||||
ask = "Set password"
|
ask = "Set password"
|
||||||
type = "password"
|
type = "password"
|
||||||
help = "Specify password here to protect your tasks from modification, or leave empty that everyone could read/write todolist."
|
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"
|
||||||
|
|
|
@ -125,7 +125,7 @@ chown $app:$app "$final_path/config.php"
|
||||||
# REMOVE UNWANTED FILES
|
# REMOVE UNWANTED FILES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
#ynh_secure_remove --file="$final_path/setup.php"
|
ynh_secure_remove --file="$final_path/setup.php"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
|
|
Loading…
Add table
Reference in a new issue