git ignore, fix option on command line
All checks were successful
Continuous Releases / build (push) Successful in 51s

This commit is contained in:
Eau
2026-06-15 22:17:40 -05:00
parent eeab11252f
commit afb471c720
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
creds/*
vault/*

2
app.sh
View File

@@ -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