Imported Upstream version 2.60.18.0
This commit is contained in:
BIN
i386/usr/man/man8/ssaducli.8.gz
Normal file
BIN
i386/usr/man/man8/ssaducli.8.gz
Normal file
Binary file not shown.
12
i386/usr/sbin/ssaducli
Executable file
12
i386/usr/sbin/ssaducli
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
export SSADU_BIN_INSTALLATION_DIR=/opt/smartstorageadmin/ssaducli/bin/
|
||||
|
||||
if [ '/usr/bin/tty -s' -o "$HPLSPINSTALL" = "TRUE" ]; then
|
||||
${SSADU_BIN_INSTALLATION_DIR}ssaducli $*
|
||||
else
|
||||
/usr/bin/X11/xterm -T xterm -hold -e ${SSADU_BIN_INSTALLATION_DIR}ssaducli $*
|
||||
if [ "$?" != 0 ]; then
|
||||
exec ${SSADU_BIN_INSTALLATION_DIR}ssaducli $* 2>/dev/null|cat > /dev/null
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user