tripleo-heat-templates/deployed-server/scripts
Sergii Golovatiuk 85a7c2bea4 Fix fail_if_empty invocation with pipes
* Since $@ parameter may have pipe '|' it should be processed correctly.
  Currenly the part before pipe is assigned as $@ so bash runs pipe with
  commands after it after execution of function. However, we want to assign
  command with pipe to $@ thus "" around command with pipe are required.
* replace $() with eval as $() doesn't work correctly with pipe as it tries to
  escape pipe so output variable contains wrong data.
* This patch adds tonumber to first invocation

Change-Id: I958e14c0a4ea4b5782d2c74dc895471b0f70b875
(cherry picked from commit 9a37e5ac42)
2018-06-12 15:23:08 +02:00
..
enable-ssh-admin.sh Create short lived ssh key for enable-ssh-admin.sh 2017-10-23 15:45:37 +00:00
get-occ-config.sh Fix fail_if_empty invocation with pipes 2018-06-12 15:23:08 +02:00