Skip to content

Commit bda370e

Browse files
committed
chore: remove conditional
1 parent 53b3c2b commit bda370e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/startup_script.sh.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ EOF
1717
# check if tamr has been installed on the VM, if not download and install it
1818
if [[ ! -f ${tamr_home_directory}/tamr/start-unify.sh ]]; then
1919
# run any custom commands to prepare VM
20-
%{ if pre_install_bash != ""}
2120
${pre_install_bash}
22-
%{ endif }
2321
# download tamr install
2422
sudo -S -u tamr -i /bin/bash -c 'gsutil cp ${tamr_zip_uri} ${tamr_home_directory}/unify.zip'
2523
# unzip and install unify

0 commit comments

Comments
 (0)