Set default value for 'host_scripts'.
This commit is contained in:
parent
62e29d5100
commit
59a4fabe49
1
rcopy.sh
1
rcopy.sh
@ -198,7 +198,6 @@ fi
|
|||||||
## -
|
## -
|
||||||
if $manual ; then
|
if $manual ; then
|
||||||
host_scripts="${hosts_base_dir}/localhost.sh"
|
host_scripts="${hosts_base_dir}/localhost.sh"
|
||||||
host_scripts="${hosts_base_dir}/www2.oopen.de.sh"
|
|
||||||
else
|
else
|
||||||
host_scripts=`$find $hosts_base_dir -maxdepth 1 -type f -perm -700 | $sort`
|
host_scripts=`$find $hosts_base_dir -maxdepth 1 -type f -perm -700 | $sort`
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user