fix has_tty if condition

This commit is contained in:
arturs
2021-03-07 15:29:07 +02:00
parent b1db1e3e6f
commit 58dca68fb4

View File

@@ -194,7 +194,7 @@ cmd-git-sync() {
verify_app_name "$APP"
if [[ -d "$DOKKU_LIB_ROOT/data/git/$APP" ]]; then
if [[ has_tty ]]; then
if has_tty eq 0 ; then
cmd-git-unlock "$APP"
if [[ -d "$DOKKU_LIB_ROOT/data/git/$APP" ]]; then
dokku_log_fail "Failed to delete existing clone folder"