mirror of
https://github.com/RasppleII/a2server.git
synced 2024-12-22 02:30:04 +00:00
Fix typo in 2-tools preventing help installation
This commit is contained in:
parent
cb7b429927
commit
7079684744
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user