mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
remove deprecated checkurl
This commit is contained in:
parent
a16b5d108a
commit
df5a5cb210
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ if [[ $admin_user != '' ]]; then
|
|||
fi
|
||||
|
||||
# Check domain/path availability
|
||||
sudo yunohost app checkurl $domain$path -a $app || ynh_die "The path ${domain}${path} is not available for app installation."
|
||||
sudo yunohost app register-url $app $domain $path
|
||||
|
||||
#install php5-cli
|
||||
ynh_package_install_from_equivs ../conf/${DEPS_PKG_NAME}.control \
|
||||
|
|
|
@ -15,7 +15,7 @@ domain=$(ynh_app_setting_get $app domain)
|
|||
path=$(ynh_app_setting_get $app path)
|
||||
|
||||
# Check domain/path availability
|
||||
sudo yunohost app checkurl $domain$path -a $app || ynh_die "The path ${domain}${path} is not available for app installation."
|
||||
sudo yunohost app register-url $app $domain $path
|
||||
|
||||
db_pass=$(ynh_app_setting_get $app mysqlpwd)
|
||||
|
||||
|
|
Loading…
Reference in a new issue