Imported Upstream version 2.60.18.0
This commit is contained in:
12
amd64/usr/sbin/ssaducli
Executable file
12
amd64/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