1
0
Fork 0
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:
opi 2014-07-22 21:38:34 +02:00
parent 7ee5c48aed
commit 89e861b926

View file

@ -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%/}