mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-21 12:09:40 -06:00
comment unused DIR
only needed for the ocis cli command
This commit is contained in:
committed by
GitHub
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))"
|
||||
|
||||
Reference in New Issue
Block a user