Pass args to install.sh on to setup/index.txt

This commit is contained in:
T. Joseph Carter 2018-04-10 06:31:35 -07:00
parent 14058b1990
commit 099eccd9da

View File

@ -13,5 +13,5 @@ a2sScriptURL="https://raw.githubusercontent.com/RasppleII/a2server/master"
# Run the legacy setup script for anything not yet ported
if [ -e setup/index.txt ]; then
source setup/index.txt
source setup/index.txt "$@"
fi