6 lines
186 B
Bash
Executable File
6 lines
186 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export SSACLI_BIN_INSTALLATION_DIR=/opt/smartstorageadmin/ssacli/bin/
|
|
${SSACLI_BIN_INSTALLATION_DIR}mklocks.sh ssascripting
|
|
exec ${SSACLI_BIN_INSTALLATION_DIR}ssascripting $*
|