mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
use helper
This commit is contained in:
parent
26b85642e0
commit
a339fe250b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if [[ $admin_user != '' ]]; then
|
|||
echo "Wrong user"
|
||||
exit 1
|
||||
fi
|
||||
sudo yunohost app setting freshrss admin_user -v $admin_user
|
||||
ynh_app_setting_set freshrss admin_user $admin_user
|
||||
fi
|
||||
|
||||
# Check domain/path availability
|
||||
|
|
Loading…
Reference in a new issue