From b79cd67b57072675bb8c3078747de358712c205c Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Sat, 18 Oct 2014 11:59:40 +0000 Subject: really fix init scripts --- homepanel.initd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 homepanel.initd (limited to 'homepanel.initd') diff --git a/homepanel.initd b/homepanel.initd old mode 100644 new mode 100755 index 32ded00..9994db4 --- a/homepanel.initd +++ b/homepanel.initd @@ -1,6 +1,6 @@ -#!/bin/sh +#!/bin/bash -# Generated at Sat Oct 18 11:38:22 2014 with Daemon::Control 0.001006 +# Generated at Sat Oct 18 11:54:37 2014 with Daemon::Control 0.001006 ### BEGIN INIT INFO # Provides: HomePanel @@ -14,7 +14,9 @@ +export SHELL=/bin/bash export PERLBREW_ROOT=/data/perl5 +export PERLBREW_HOME=/home/dakkar/.perlbrew . /data/perl5/etc/bashrc -- cgit v1.2.3