Handle hostnames with upper-case letters
[webmin.git] / local-setup.sh
1 #!/bin/sh
2 noperlpath=1
3 nouninstall=1
4 atboot=1
5 nochown=1
6 if [ "$config_dir" = "" ]; then
7         config_dir=/etc/webmin
8 fi
9 if [ "$var_dir" = "" ]; then
10         var_dir=/var/webmin
11 fi
12 perl=/usr/local/bin/perl
13 session=1
14 nopostinstall=1
15 export noperlpath nouninstall atboot nochown config_dir var_dir perl session nopostinstall
16 ./setup.sh