mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #357 from ariasuni/fix-485
[fix] Alow dash at the beginning of app settings
This commit is contained in:
commit
dee1dee407
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ ynh_app_setting_get() {
|
||||||
# | arg: key - the setting name to set
|
# | arg: key - the setting name to set
|
||||||
# | arg: value - the setting value to set
|
# | arg: value - the setting value to set
|
||||||
ynh_app_setting_set() {
|
ynh_app_setting_set() {
|
||||||
sudo yunohost app setting "$1" "$2" -v "$3" --quiet
|
sudo yunohost app setting "$1" "$2" --value="$3" --quiet
|
||||||
}
|
}
|
||||||
|
|
||||||
# Delete an application setting
|
# Delete an application setting
|
||||||
|
|
Loading…
Add table
Reference in a new issue