mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
Redirect otc-tools stderr in file
Needed later for error handling
This commit is contained in:
parent
1a12f6c881
commit
ef9fd95e61
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ echo "### Creating new ECS host via OTC API..."
|
||||||
--disktype SATA\
|
--disktype SATA\
|
||||||
--az $az\
|
--az $az\
|
||||||
--wait \
|
--wait \
|
||||||
2> /dev/null
|
2> otc_tools.log
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue