Skip to content

Commit

Permalink
Do not fail in install.sh if the "message.properties" file has alread…
Browse files Browse the repository at this point in the history
…y been deleted
  • Loading branch information
NitriKx committed Aug 2, 2017
1 parent 2906656 commit 1204143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fi
grails ${JAVA_OPTS} wrapper

# (Bug: Ice can't deal with this file existing and being empty.)
rm grails-app/i18n/messages.properties
rm -f grails-app/i18n/messages.properties

# Create our local work directories (both for processing and reading)
mkdir -p ${HOME_DIR}/ice_processor
Expand Down

0 comments on commit 1204143

Please sign in to comment.