try changing scripts/aws-setup.py to a symlink so that the wget url in setup docs doesn't have to change

This commit is contained in:
Tim Snyder 2022-02-15 22:55:43 +00:00
parent 4f84066959
commit 3b20b55cd1
2 changed files with 2 additions and 12 deletions

View File

@ -1,4 +1,4 @@
#/usr/bin/env python3
#!/usr/bin/env python3
""" This script configures your AWS account to run FireSim. """

View File

@ -1,11 +0,0 @@
#!/usr/bin/env python3
""" This script configures your AWS account to run FireSim. """
# contents of the script moved into deploy/awstools to make it easier
# to reuse for testing purposes
import os, sys
sys.path.append(os.path.join(os.path.dirname(__file__), "../deploy"))
from awstools.aws_setup import aws_setup
aws_setup()

1
scripts/aws-setup.py Symbolic link
View File

@ -0,0 +1 @@
../deploy/awstools/aws_setup.py