Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit e7939fd

Browse files
committed
Skip back sync if skip sync is passed
Updates #11
1 parent 188ee6d commit e7939fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ chmod +x ` + codeServerPath
196196
case <-c:
197197
}
198198

199-
if !*syncBack {
199+
if !*syncBack || *skipSyncFlag {
200200
flog.Info("shutting down")
201201
return
202202
}

0 commit comments

Comments
 (0)