summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm')
-rw-r--r--os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
index db18f1a4..c370267a 100644
--- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
+++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm
@@ -127,7 +127,7 @@ sub installationPhase
my $pluginRepoPath = "$self->{pluginRepositoryPath}";
my $initFile = newInitFile();
- my $do_stop = unshiftHereDoc(<<" End-of-Here");
+ my $do_stop = unshiftHereDoc(<<" End-of-Here");
/opt/openslx/plugin-repo/bootsplash/bin/splashy shutdown
sleep 1
/opt/openslx/plugin-repo/bootsplash/bin/splashy_update \\
@@ -137,6 +137,7 @@ sub installationPhase
# add helper function to initfile
# first parameter name of the function
# second parameter content of the function
+ $initFile->addFunction('do_start', '# do nothing here');
$initFile->addFunction('do_stop', $do_stop);
# place a call of the helper function in the stop block