couple of typoes

This commit is contained in:
Aidan Hahn 2019-05-23 17:37:45 -07:00
parent 7b0184cbd3
commit c40f8f0a62
No known key found for this signature in database
GPG key ID: 327711E983899316
4 changed files with 5 additions and 4 deletions

View file

@ -112,11 +112,11 @@ echo "[+] Adding wrapper script for client"
cat << EOF > staging/client/client
./JobServ/bin/jobserv-client private.pem client.crt ca.crt \$@
EOF
chmod +x staging/client/client.sh
chmod +x staging/client/client
echo "[+] Adding wrapper script for server"
# This could also be a .desktop file without much more work.
cat << EOF > staging/server/server
./JobServ/bin/jobserv-server \$1 server.crt private.pem ca.crt
EOF
chmod +x staging/server/server.sh
chmod +x staging/server/server