summaryrefslogtreecommitdiff
path: root/homepanel.initd
diff options
context:
space:
mode:
Diffstat (limited to 'homepanel.initd')
-rwxr-xr-xhomepanel.initd13
1 files changed, 7 insertions, 6 deletions
diff --git a/homepanel.initd b/homepanel.initd
index 47f3568..d04dbd1 100755
--- a/homepanel.initd
+++ b/homepanel.initd
@@ -1,6 +1,6 @@
#!/bin/sh
-# Generated at Sun Sep 27 12:39:21 2015 with Daemon::Control 0.001008
+# Generated at Sat Mar 21 17:12:32 2020 with Daemon::Control 0.00101
### BEGIN INIT INFO
# Provides: HomePanel
@@ -14,13 +14,14 @@
-if [ ! -d /tmp/panel/icons ]; then
- mkdir -p /tmp/panel
- mount -t tmpfs none /tmp/panel
- cp -a /home/dakkar/src/HomePanel/icons /tmp/panel/
+if [ ! -d /var/www/localhost/htdocs/panel/icons ]; then
+ mkdir -p /var/www/localhost/htdocs/panel
+ mount -t tmpfs none /var/www/localhost/htdocs/panel
+ cp -a /home/dakkar/src/HomePanel/icons /var/www/localhost/htdocs/panel/
fi
-PERL5LIB="/home/dakkar/perl5/libs/HomePanel/lib/perl5${PERL5LIB+:}${PERL5LIB}"; export PERL5LIB;
+export PERL5LIB="/home/dakkar/.perlbrew/libs/perl-5.30.2@HomePanel/lib/perl5"
+export PATH="/home/dakkar/.perlbrew/libs/perl-5.30.2@HomePanel/bin:/home/dakkar/perl5/perlbrew/bin:/home/dakkar/perl5/perlbrew/perls/perl-5.30.2/bin:$PATH"
if [ -x /home/dakkar/src/HomePanel/homepanel-control ];