mirror of
https://github.com/RasppleII/a2server.git
synced 2026-04-25 15:18:04 +00:00
Pass args to install.sh on to setup/index.txt
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user