diff options
Diffstat (limited to 'homepanel.initd')
-rwxr-xr-x[-rw-r--r--] | homepanel.initd | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/homepanel.initd b/homepanel.initd index 32ded00..9994db4 100644..100755 --- 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 |