]> git.plutz.net Git - cgilite/commitdiff
export _DATE variable
authorPaul Hänsch <paul@plutz.net>
Thu, 21 Sep 2023 19:00:45 +0000 (21:00 +0200)
committerPaul Hänsch <paul@plutz.net>
Thu, 21 Sep 2023 19:00:45 +0000 (21:00 +0200)
session.sh

index c1819d1afdeb186fd8193a43e069185ada5ea3f4..c3a44e80b335cc21ef36f23b7761065b883724b2 100755 (executable)
@@ -17,7 +17,7 @@
 [ -n "$include_session" ] && return 0
 include_session="$0"
 
-_DATE="$(date +%s)"
+export _DATE="$(date +%s)"
 SESSION_TIMEOUT="${SESSION_TIMEOUT:-7200}"
 
 if ! which uuencode >/dev/null; then