Skip to content

Commit

Permalink
Merge pull request #357 from ariasuni/fix-485
Browse files Browse the repository at this point in the history
[fix] Alow dash at the beginning of app settings
  • Loading branch information
Psycojoker committed Aug 30, 2017
2 parents fea6d35 + 8e45f96 commit dee1dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/helpers.d/setting
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ynh_app_setting_get() {
# | arg: key - the setting name to set
# | arg: value - the setting value to 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
Expand Down

0 comments on commit dee1dee

Please sign in to comment.