ob sync-setup --vault "$VAULT_NAME" --path "$SYNC_FOLDER" --password "$VAULT_PASSWORD";
fi
ob sync --path "$SYNC_FOLDER"
if[$WATCH=true];then
ob sync --watch --path "$SYNC_FOLDER";
else
ob sync --path "$SYNC_FOLDER";
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.