diff --git a/scripts/install b/scripts/install index e076781..1d7227b 100644 --- a/scripts/install +++ b/scripts/install @@ -11,6 +11,9 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi +# Save specific settings +sudo yunohost app setting etherpadlite is_public -v $is_public + # Remove trailing "/" for next commands path=${path%/}