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:
parent
a54076f61b
commit
e4a6aeb453
@ -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))"
|
||||
|
Loading…
x
Reference in New Issue
Block a user