mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
record domain name for later use (#47)
This commit is contained in:
parent
1d76dafe49
commit
a16b5d108a
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ if [ "${path:${#path}-1}" == "/" ] && [ ${#path} -gt 1 ]; then
|
|||
path="${path:0:${#path}-1}"
|
||||
fi
|
||||
|
||||
# keep domain for later
|
||||
ynh_app_setting_set $app domain $domain
|
||||
|
||||
# Check user parameter if not empty
|
||||
if [[ $admin_user != '' ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue