X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=index.cgi;h=6bd36d5fbdecd916dccc949fd11ea293abe0798b;hp=681c436b867e164fb48cd0017eb94464e6b2215a;hb=91b5294e622198de6d3efaa2bb1ad9c7c3cfe1a7;hpb=9da739230659371a860e93dcaf3765b977e30de7 diff --git a/index.cgi b/index.cgi index 681c436..6bd36d5 100755 --- a/index.cgi +++ b/index.cgi @@ -24,9 +24,6 @@ done _EXEC="$(dirname "$real")" #execution directory _DATA="$(dirname "$call")" #storage directory -debug "Execution dir: $_EXEC" -debug "Storage dir: $_DATA" - [ -w "$_DATA" ] && [ -d "$_DATA" ] || die "storage directory must be writable" # create directories for object storage @@ -46,7 +43,6 @@ EOF . "$_EXEC/cgi.sh" cgi_get -debug "$_GET" . "$_EXEC/constants.sh"