mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update install
This commit is contained in:
parent
91ada62f50
commit
790e231c71
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ if ! yunohost app list | grep -q "id: cryptpad_sandboxing"; then
|
||||||
ynh_die "The domain $sandboxdomain provided for Cryptpad Sandboxing App is already used by another app. Please chose another one !"
|
ynh_die "The domain $sandboxdomain provided for Cryptpad Sandboxing App is already used by another app. Please chose another one !"
|
||||||
fi
|
fi
|
||||||
public=public
|
public=public
|
||||||
if $YNH_APP_ARG_IS_PUBLIC; then
|
if [ $is_public -eq 1 ]; then
|
||||||
yunohost app install https://github.com/YunoHost-Apps/cryptpad_sandboxing_ynh --force --args "domain=$sandboxdomain&is_$public=true"
|
yunohost app install https://github.com/YunoHost-Apps/cryptpad_sandboxing_ynh --force --args "domain=$sandboxdomain&is_$public=true"
|
||||||
else
|
else
|
||||||
yunohost app install https://github.com/YunoHost-Apps/cryptpad_sandboxing_ynh --force --args "domain=$sandboxdomain&is_$public=false"
|
yunohost app install https://github.com/YunoHost-Apps/cryptpad_sandboxing_ynh --force --args "domain=$sandboxdomain&is_$public=false"
|
||||||
|
|
Loading…
Add table
Reference in a new issue