ssfs diff web/ssfs.cgi @ rev 109

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:27:01 2019 +0100 (2019-02-26)
parents aa620b69c929
children
line diff
     1.1 --- a/web/ssfs.cgi	Mon Jun 13 17:34:45 2011 +0200
     1.2 +++ b/web/ssfs.cgi	Tue Feb 26 12:27:01 2019 +0100
     1.3 @@ -4,6 +4,7 @@
     1.4  echo ""
     1.5  
     1.6  . /etc/ssfs/ssfs-server.conf
     1.7 +export TZ=$(cat /etc/TZ)
     1.8  
     1.9  notes=/var/lib/ssfs/notes
    1.10  root=$SSFS_CHROOT
    1.11 @@ -14,8 +15,6 @@
    1.12  pct=$(df $root | fgrep $root | awk '{print $5}')
    1.13  date=$(date "+%Y-%m-%d %H:%M")
    1.14  
    1.15 -export TZ=$(cat /etc/TZ)
    1.16 -
    1.17  # XHTML footer function.
    1.18  xhtml_footer() {
    1.19  	cat << EOT