1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

[fix] Remove deprecated warning

This commit is contained in:
ljf 2018-11-11 01:58:00 +01:00
parent 9be0264e2f
commit 336dccfb95

View file

@ -31,8 +31,7 @@ ynh_user_exists $admin \
function configure_app()
{
# Check domain/path availability
sudo yunohost app checkurl "${domain}${path}" -a "$app" \
|| ynh_die "Path not available: ${domain}${path}"
ynh_webpath_register "$app" "$domain" "$path"
ynh_app_setting_set "$app" admin "$admin"
ynh_app_setting_set "$app" email "$email"