1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Merge pull request #2 from opi/patch-1

[fix] Save specific settings for later use
This commit is contained in:
abeudin 2014-07-22 23:43:03 +02:00
commit 2c0fe02e0d

View file

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