mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
removed uneeded domain check code
This commit is contained in:
parent
f849d9304a
commit
102fcc4543
1 changed files with 0 additions and 6 deletions
|
@ -13,12 +13,6 @@ is_public=$3
|
||||||
codename=$(lsb_release -c -s)
|
codename=$(lsb_release -c -s)
|
||||||
|
|
||||||
|
|
||||||
# Check domain/path availability
|
|
||||||
sudo yunohost app checkurl $domain$path -a bolt
|
|
||||||
if [[ ! $? -eq 0 ]]; then
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Save app settings
|
# Save app settings
|
||||||
sudo yunohost app setting $app admin -v "$admin"
|
sudo yunohost app setting $app admin -v "$admin"
|
||||||
sudo yunohost app setting $app is_public -v "$is_public"
|
sudo yunohost app setting $app is_public -v "$is_public"
|
||||||
|
|
Loading…
Add table
Reference in a new issue