diff options
Diffstat (limited to 'server/bin/oglivecli')
-rwxr-xr-x | server/bin/oglivecli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bin/oglivecli b/server/bin/oglivecli index 65dd2e0f..056d2710 100755 --- a/server/bin/oglivecli +++ b/server/bin/oglivecli @@ -289,7 +289,7 @@ function install() { OGINITRD=$OGLIVEDIR/oginitrd.img [ ! -r $OGINITRD ] && OGINITRD=$TFTPDIR/$DEFOGLIVE/oginitrd.img if [ -r $OGINITRD ]; then - COMPRESS=$(file -b "$OGINITRD " | awk '{print tolower($1);}') + COMPRESS=$(file -b "$OGINITRD" | awk '{print tolower($1);}') SAMBAPASS=$($COMPRESS -dc $OGINITRD | \ cpio -i --to-stdout scripts/ogfunctions 2>&1 | \ sed -n '/^[ ].*OPTIONS=/s/.*pass=\(\w*\).*/\1/p') |