Home
last modified time | relevance | path

Searched refs:oldthemeline (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dsetup.sh250 oldthemeline=`grep "^theme=" $config_dir/config`
251 oldtheme=`echo $oldthemeline | sed -e 's/theme=//g'`
252 if [ "$theme" != "" ] && [ "$oldthemeline" = "" ] && [ -d "$wadir/$theme" ]; then