Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b6f4423e4 | ||
| afb471c720 |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
creds/*
|
||||
vault/*
|
||||
2
app.sh
2
app.sh
@@ -16,7 +16,7 @@ else
|
||||
fi
|
||||
|
||||
if [ $WATCH = true ]; then
|
||||
ob sync --watch --path "$SYNC_FOLDER";
|
||||
ob sync --continuous --path "$SYNC_FOLDER";
|
||||
else
|
||||
ob sync --path "$SYNC_FOLDER";
|
||||
fi
|
||||
@@ -1 +1 @@
|
||||
0.3.0
|
||||
0.4.0
|
||||
|
||||
Reference in New Issue
Block a user