Rev 11204 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11204 | Rev 12205 | ||
---|---|---|---|
Line 62... | Line 62... | ||
62 | echo " # Linux Type: $distro"; |
62 | echo " # Linux Type: $distro"; |
63 | if [ "$distro" = "debian" ];then |
63 | if [ "$distro" = "debian" ];then |
64 | lsb_release=`lsb_release -c | cut -f2` |
64 | lsb_release=`lsb_release -c | cut -f2` |
65 | echo " # Release : $lsb_release"; |
65 | echo " # Release : $lsb_release"; |
66 | case $lsb_release in |
66 | case $lsb_release in |
67 |
|
67 | *) conffile=$confdir/conf-enabled/wims.conf;; |
68 |
|
68 | squeeze|wheezy|precise) conffile=$confdir/conf.d/wims.conf;; |
69 | esac |
69 | esac |
70 | fi |
70 | fi |
71 | 71 | ||
72 | echo " => HTTPd conf file : $conffile"; |
72 | echo " => HTTPd conf file : $conffile"; |
73 | 73 |