X-Git-Url: http://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=storage.sh;h=1d8764be745b1c0168a7b56302fc42340be272de;hp=d4fbca36714a0cfe08db9ea9d465d43b3ef83b9c;hb=595fbc514d410ccdd46a81b8736d3711ac1ca7fe;hpb=aa4821bae04b2022828cbbb725874db96ca249fd diff --git a/storage.sh b/storage.sh index d4fbca3..1d8764b 100755 --- a/storage.sh +++ b/storage.sh @@ -17,6 +17,9 @@ # You should have received a copy of the GNU Affero General Public License # along with CGIlite. If not, see . +[ -n "$include_storage" ] && return 0 +include_storage="$0" + LOCK(){ lock="${1}.lock" timeout="${2-20}"