Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b6f4423e4 | ||
| afb471c720 | |||
|
|
eeab11252f | ||
| f10764511f |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
creds/*
|
||||||
|
vault/*
|
||||||
6
app.sh
6
app.sh
@@ -15,4 +15,8 @@ else
|
|||||||
ob sync-setup --vault "$VAULT_NAME" --path "$SYNC_FOLDER" --password "$VAULT_PASSWORD";
|
ob sync-setup --vault "$VAULT_NAME" --path "$SYNC_FOLDER" --password "$VAULT_PASSWORD";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ob sync --path "$SYNC_FOLDER"
|
if [ $WATCH = true ]; then
|
||||||
|
ob sync --continuous --path "$SYNC_FOLDER";
|
||||||
|
else
|
||||||
|
ob sync --path "$SYNC_FOLDER";
|
||||||
|
fi
|
||||||
@@ -1 +1 @@
|
|||||||
0.2.0
|
0.4.0
|
||||||
|
|||||||
Reference in New Issue
Block a user