mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
[fix] Save specific settings for later use
This commit is contained in:
parent
7ee5c48aed
commit
89e861b926
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ if [[ ! $? -eq 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Save specific settings
|
||||||
|
sudo yunohost app setting etherpadlite is_public -v $is_public
|
||||||
|
|
||||||
# Remove trailing "/" for next commands
|
# Remove trailing "/" for next commands
|
||||||
path=${path%/}
|
path=${path%/}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue