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:
parent
9be0264e2f
commit
336dccfb95
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue