|
@@ -530,8 +530,8 @@ instalarVirtualHost() {
|
|
|
if [ $# -ne 2 ];then
|
|
|
comprobarError 1 908
|
|
|
fi
|
|
|
- webServerRoot=$(realpath $webServerRoot)
|
|
|
- virtualHost=$(realpath $virtualHost)
|
|
|
+ webServerRoot=$(realpath $1)
|
|
|
+ virtualHost=$(realpath $2)
|
|
|
virtualHostName=$(basename $virtualHost)
|
|
|
if [ ! -f $virtualHost ];then
|
|
|
comprobarError 1 909 $virtualHostName
|