X-Git-Url: http://git.rot13.org/?p=cloudstore.git;a=blobdiff_plain;f=init.d%2F_start_stop;h=cf20f399a1f606263476c9576736b2f92fce55fb;hp=a8396417277508a1c9a3fb9de72e296d4eddfa87;hb=67f05d48953f680ff2cd7ec33ef2e89451cee719;hpb=5c906257e8593f9a7b77b0d2674d5849cb8467e6 diff --git a/init.d/_start_stop b/init.d/_start_stop index a839641..cf20f39 100755 --- a/init.d/_start_stop +++ b/init.d/_start_stop @@ -5,7 +5,7 @@ NAME=`basename $0` # generate ZSLICE and SLICE from group name export SLICE_GROUP=`echo $NAME | cut -d\- -f1` export SLICE=`grep $SLICE_GROUP /var/lib/extrausers/group | cut -d: -f2` -export ZSLICE=`echo $SLICE | sed 's;^;;'` +export ZSLICE=`echo $SLICE | sed 's;^/;;'` _start_stop() {