Skip to content

Commit

Permalink
fix issue Fmstrat#11
Browse files Browse the repository at this point in the history
double [  [  in line 111
  • Loading branch information
daxxi13 authored Jun 7, 2019
1 parent c0bf2d2 commit 81ce184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plex-db-sync
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function checkForDBs() {
if [ "${DEBUG}" == "true" ]; then
echoD "version db1: ${VPLEXDB1} db2: ${VPLEXDB2}"
fi
if [ [ "${VPLEXDB1}" != "${VPLEXDB2}" ]; then
if [ "${VPLEXDB1}" != "${VPLEXDB2}" ]; then
echoD "Versions of plex databases not equal"
exit
fi
Expand Down

0 comments on commit 81ce184

Please sign in to comment.