From 970f74288b3c03e9a941ff6b4cea1beb2033bc35 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 30 May 2011 11:46:13 +0200 Subject: [PATCH] Fix a recent commit about "Set script as executable" --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 591020c89..f11360a64 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -196,7 +196,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)