Skip to content

Commit

Permalink
Update launch-laaops-env.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstockley89 authored Mar 9, 2022
1 parent d1ea7d8 commit 8935569
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions launch-laaops-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ebs) echo "Application: ${APP} | Environment: ${ENV}"
echo -e "\nList of connection commands:"
for i in $(prop '${APP}.${ENV}.*')
do
echo -e "ssh $i -i ~.ssh/${key}-general.pem"
echo -e "ssh $i -i ~/.ssh/${key}-general.pem"
done
else
exit 1
Expand All @@ -72,7 +72,7 @@ soa) echo "Application: ${APP} | Environment: ${ENV}"
echo -e "\nList of connection commands:"
for i in $(prop '${APP}.${ENV}.*')
do
echo -e "ssh $i -i ~.ssh/${key}-general.pem"
echo -e "ssh $i -i ~/.ssh/${key}-general.pem"
done
else
exit 1
Expand All @@ -91,7 +91,7 @@ edrms) echo "Application: ${APP} | Environment: ${ENV}"
echo -e "\nList of connection commands:"
for i in $(prop '${APP}.${ENV}.*')
do
echo -e "ssh $i -i ~.ssh/${key}-general.pem"
echo -e "ssh $i -i ~/.ssh/${key}-general.pem"
done
else
exit 1
Expand All @@ -110,7 +110,7 @@ opa) echo "Application: ${APP} | Environment: ${ENV}"
echo -e "\nList of connection commands:"
for i in $(prop '${APP}.${ENV}.*')
do
echo -e "ssh $i -i ~.ssh/${key}-general.pem"
echo -e "ssh $i -i ~/.ssh/${key}-general.pem"
done
else
exit 1
Expand All @@ -129,7 +129,7 @@ pui) echo "Application: ${APP} | Environment: ${ENV}"
echo -e "\nList of connection commands:"
for i in $(prop '${APP}.${ENV}.*')
do
echo -e "ssh $i -i ~.ssh/${key}-general.pem"
echo -e "ssh $i -i ~/.ssh/${key}-general.pem"
done
else
exit 1
Expand All @@ -146,4 +146,4 @@ help) echo "${APP}"
echo -e "launch-env.scpt help${NC}"
exit 1
;;
esac
esac

0 comments on commit 8935569

Please sign in to comment.