mirror of
https://github.com/YunoHost-Apps/syncthing_ynh.git
synced 2024-09-03 20:26:23 +02:00
Typo
This commit is contained in:
parent
0c57f8d486
commit
a1dfd74ba3
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ if [ -z $gui_port ]; then
|
|||
ynh_remove_app_dependencies
|
||||
fi
|
||||
|
||||
# If gui_port doesn't exist, create it
|
||||
# If datadir doesn't exist, create it
|
||||
if [ -z $datadir ]; then
|
||||
datadir=$(ynh_app_setting_get --app=$app --key=sync_home)
|
||||
ynh_app_setting_set --app=$app --key=datadir --value=$datadir
|
||||
|
|
Loading…
Add table
Reference in a new issue