diff options
author | Badlop <badlop@process-one.net> | 2011-05-30 11:46:13 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-05-30 11:46:13 +0200 |
commit | 2cacf21d51120bb63201b4583a6a59816a50a320 (patch) | |
tree | a79faffefd34cf05de807419e185ecff5879d273 /src | |
parent | Support anonymous accounts in Shared Roster @all@ directive (EJAB-1264) (diff) |
Fix a recent commit about "Set script as executable"
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index acdaf21c..42af5b2f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -208,7 +208,7 @@ install: all sed -e "s*@ctlscriptpath@*$(SBINDIR)*" \ -e "s*@installuser@*$(INIT_USER)*" ejabberd.init.template \ > ejabberd.init - chmod 555 ejabberd.init + chmod 755 ejabberd.init # # Binary Erlang files install -d $(BEAMDIR) |