shieldproject / shield-boshrelease

BOSH Release for shield
MIT License
11 stars 17 forks source link

Correct test if postgres dir exists #62

Closed janaurka closed 7 years ago

janaurka commented 7 years ago

The bash test was wrong since the ln syntax is ln $existing $the-link and if

ln -s $PACKAGE_DIR $PACKAGE_DIR_OLD we need to check if $PACKAGE_DIR_OLD does not exist already.

Thx + props to @szaouam for finding this.

jhunt commented 7 years ago

Good catch!