placer la conf ssl au bon endroit, close #646
This commit is contained in:
parent
6cbbd76c40
commit
324efcf840
|
@ -154,9 +154,9 @@ EOF
|
||||||
echo "running alternc.install"
|
echo "running alternc.install"
|
||||||
alternc.install
|
alternc.install
|
||||||
|
|
||||||
if [ ! -h /etc/apache/conf.d/alternc-ssl.conf ]; then
|
if [ ! -h /etc/apache-ssl/conf.d/alternc.conf ]; then
|
||||||
ln -sf /etc/alternc/apache-ssl.conf \
|
ln -sf /etc/alternc/apache-ssl.conf \
|
||||||
/etc/apache/conf.d/alternc-ssl.conf
|
/etc/apache-ssl/conf.d/alternc.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -h /etc/apache/conf.d/alternc.conf ]; then
|
if [ ! -h /etc/apache/conf.d/alternc.conf ]; then
|
||||||
|
|
Loading…
Reference in New Issue