mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
local mode
This commit is contained in:
parent
4bfd7594d1
commit
cbf10085f5
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ if [[ "$repository" =~ $ssh_regex ]]; then
|
|||
if [[ -n "$port" ]]; then
|
||||
server="[$server]$port"
|
||||
fi
|
||||
else
|
||||
ssh_user=""
|
||||
server=""
|
||||
fi
|
||||
|
||||
ynh_app_setting_set --app=$app --key=ssh_user --value="$ssh_user"
|
||||
|
|
Loading…
Add table
Reference in a new issue