Skip to content

Commit

Permalink
[fix] linter: set 'moul' as maintainer. Add 'set -u' on remove script.
Browse files Browse the repository at this point in the history
  • Loading branch information
M5oul committed Apr 5, 2017
1 parent 80f7dfe commit 29f0f56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
15 changes: 5 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@
},
"url": "http://www.pluxml.org",
"license": "free",
"maintainers": [
{
"name": "matlink",
"email": "matlink@matlink.fr"
},
{
"name": "Moul",
"email": "moul@moul.re"
}
],
"maintainer": {
"name": "Moul",
"email": "moul@moul.re",
"url": "https://moul.re"
},
"requirements": {
"yunohost": ">> 2.4.0"
},
Expand Down
3 changes: 3 additions & 0 deletions scripts/remove
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Exit and treat unset variables as an error
set -u

# Source YunoHost helpers
source /usr/share/yunohost/helpers

Expand Down

0 comments on commit 29f0f56

Please sign in to comment.