From e98a687330e9930a8b1e7835ead08b44d35cf3d2 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 5 Aug 2008 18:35:17 +0000 Subject: Cleanups for some plugins ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1960 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/example/XX_example.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'os-plugins/plugins/example') diff --git a/os-plugins/plugins/example/XX_example.sh b/os-plugins/plugins/example/XX_example.sh index d4496102..dedcfc97 100644 --- a/os-plugins/plugins/example/XX_example.sh +++ b/os-plugins/plugins/example/XX_example.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/ash # # stage3 part of 'example' plugin - the runlevel script # @@ -25,14 +25,14 @@ # to: ot@openslx.com, or join the IRC-channel '#openslx' (on freenode). if [ -e /initramfs/plugin-conf/example.conf ]; then - . /initramfs/plugin-conf/example.conf - if [ $example_active -ne 0 ]; then - [ $DEBUGLEVEL -gt 0 ] && echo "executing the 'example' os-plugin ..."; + . /initramfs/plugin-conf/example.conf + if [ $example_active -ne 0 ]; then + [ $DEBUGLEVEL -gt 0 ] && echo "executing the 'example' os-plugin ..."; - # for this example plugin, we simply take a filename from the - # configuration and cat that file (output the smiley): - cat /mnt/opt/openslx/plugin-repo/example/$preferred_side + # for this example plugin, we simply take a filename from the + # configuration and cat that file (output the smiley): + cat /mnt/opt/openslx/plugin-repo/example/$preferred_side - [ $DEBUGLEVEL -gt 0 ] && echo "done with 'example' os-plugin ..."; - fi + [ $DEBUGLEVEL -gt 0 ] && echo "done with 'example' os-plugin ..."; + fi fi -- cgit v1.2.3-55-g7522