Fix typo in 2-tools preventing help installation

This commit is contained in:
T. Joseph Carter 2018-04-11 06:54:24 -07:00
parent cb7b429927
commit 7079684744
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ fi
for _tool in $a2sTools; do
sudo install -m 755 "$a2sToolDir/$_tool" "/usr/local/bin/$_tool"
done
for _help in $a2sTools; do
for _help in $a2sHelp; do
sudo install -m 644 "$a2sToolDir/$_help" "/usr/local/etc/$_help"
done
for _confscript in $a2sConfScripts; do