mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update remove
This commit is contained in:
parent
22553fbb7e
commit
dc59bb4dcf
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ ynh_script_progression --message="Removing sandbox domain..." --weight=1
|
|||
if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
|
||||
sandboxdomain=sandbox-$domain
|
||||
|
||||
if sudo yunohost domain list | grep -q $sandboxdomain
|
||||
if yunohost domain list | grep -q $sandboxdomain
|
||||
then #if domain exist we remove it
|
||||
yunohost domain remove $sandboxdomain
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue