diff options
Diffstat (limited to 'db-functions')
-rw-r--r-- | db-functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db-functions b/db-functions index abec505..2949578 100644 --- a/db-functions +++ b/db-functions @@ -26,6 +26,7 @@ mv_acl() { if [[ $USER != $DBSCRIPTS_USER ]]; then exec sudo -H -u $DBSCRIPTS_USER "$0" "$@" +# TODO: uncomment this again and make sure the testsuite doesn't break because of it #else #cd "$TMPDIR" fi |