Skip to content

Commit

Permalink
switch double = to single =
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Lüth authored and Dirk Lüth committed Oct 29, 2019
1 parent ed3f67d commit b6e7ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ read -p "Cronjob frequency [${DEFAULT_FREQUENCY}]: " FREQUENCY
read -p "Easyepg git repo [${DEFAULT_REPO}]: " REPO
read -p "Easyepg git branch [${DEFAULT_BRANCH}]: " BRANCH

if [ -z "${BRANCH}" ] || [ "${BRANCH}" == "master" ]; then
if [ -z "${BRANCH}" ] || [ "${BRANCH}" = "master" ]; then
DEFAULT_UPDATE="yes"

while true; do
Expand Down

0 comments on commit b6e7ea0

Please sign in to comment.