1
0
Fork 0
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:
Clément 2018-07-07 16:41:31 +02:00 committed by GitHub
parent 1d76dafe49
commit a16b5d108a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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