diff options
Diffstat (limited to 'acid/acid-source')
-rwxr-xr-x | acid/acid-source | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acid/acid-source b/acid/acid-source index 2d507d6..29b1516 100755 --- a/acid/acid-source +++ b/acid/acid-source @@ -23,7 +23,7 @@ gethash() { "$1" # pattern } -cd '/services' +cd "$CYCHE_SERVICE_DIR" # For <name>, limit to a-z, 0-9, -, _ if ! echo "$1" | grep -Eq '^[-_a-z0-9]*$'; then |