Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change double quotes to single quotes #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ pip3 install yq --user
# add yq install to path
export PATH=/usr/local/bin:$PATH

echo "Before you can run Zathras:
echo "****Set up a scenario file"
echo "****If running a local system, create the local config file for the system under test (SUT)"
echo "****If using an existing system, ssh-copy-id between the system Zathras is installed on and the SUT."
echo "****If working in a cloud environment do not perform the ssh-copy-id."
echo "****Update/create the test configuration files in /zathras/config/ to reflect your requirements."
echo 'Before you can run Zathras:'
echo '****Set up a scenario file'
echo '****If running a local system, create the local config file for the system under test (SUT).'
echo '****If using an existing system, ssh-copy-id between the system Zathras is installed on and the SUT.'
echo '****If working in a cloud environment do not perform the ssh-copy-id.'
echo '****Update/create the test configuration files in /zathras/config/ to reflect your requirements.'