tinycm diff plugins/dashboard/dashboard.cgi @ rev 121

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:26:25 2019 +0100 (2019-02-26)
parents 3b1e2a5f6d85
children
line diff
     1.1 --- a/plugins/dashboard/dashboard.cgi	Tue Feb 28 05:08:44 2017 +0100
     1.2 +++ b/plugins/dashboard/dashboard.cgi	Tue Feb 26 12:26:25 2019 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  	wikisize="$(du -sh $wiki | awk '{print $1}')"
     1.5  	cachesize="$(du -sh $cache | awk '{print $1}')"
     1.6  	[ "$HG" != "yes" ] && hg=$(gettext "disabled")
     1.7 -	[ "$HG" == "yes" ] && hg=$(gettext "enabled")
     1.8 +	[ "$HG" = "yes" ] && hg=$(gettext "enabled")
     1.9  	# Source all plugins.conf to get DASHBOARD_TOOLS and ADMIN_TOOLS
    1.10  	ADMIN_TOOLS=""
    1.11  	DASHBOARD_TOOLS=""