1
0
mirror of https://github.com/owncloud/ocis.git synced 2025-04-18 23:44:07 +03:00

comment unused DIR

only needed for the ocis cli command
This commit is contained in:
Jörn Friedrich Dreyer 2020-11-02 15:40:37 +01:00 committed by GitHub
parent a54076f61b
commit e4a6aeb453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
#DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
[[ -z "$OFFSET" ]] && OFFSET=1
[[ -z "$COUNT" ]] && "$((COUNT = 1000))"