1
0
Fork 0
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:
DDATAA 2022-10-18 09:06:47 +00:00 committed by GitHub
parent dc2173db50
commit 9d99777f4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,6 +82,7 @@ if ! yunohost app list | grep -q "id: cryptpad_sandboxing_ynh"; 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
echo $YNH_APP_ARG_IS_PUBLIC
if $YNH_APP_ARG_IS_PUBLIC then if $YNH_APP_ARG_IS_PUBLIC 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