couple of typoes
This commit is contained in:
parent
7b0184cbd3
commit
c40f8f0a62
4 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue