Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Update post-install-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KohliDev authored Jul 23, 2017
1 parent 1872688 commit 55fd85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions post-install-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,9 @@ then
exit
fi

if [[ -e "${_LIOTA_CONFTO}" ]]
if [[ -e "${_LIOTA_JSONTO}" ]]
then
echo "ERROR: There is a configuration file already existing at ${_LIOTA_CONFTO}, not going to overwrite. This is a fatal error."
echo "ERROR: There is a json file already existing at ${_LIOTA_JSONTO}, not going to overwrite. This is a fatal error."
exit
fi

Expand Down

0 comments on commit 55fd85a

Please sign in to comment.