Fix path in Linux.sh script

This commit is contained in:
Simon Larsen
2024-03-13 17:22:38 +00:00
parent f4b92789e7
commit 261436e968

View File

@@ -1,5 +1,5 @@
# This is taken from: https://nodejs.org/api/single-executable-applications.html
bash Base.sh
bash ./Base.sh
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
node --experimental-sea-config $SCRIPT_DIR/../../sea-config.json
cp $(command -v node) InfrastructureAgent