Skip to content

Commit d5b647d

Browse files
author
Sharanya Achut
committed
Update used variables in command.sh.template
1 parent 964f21d commit d5b647d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorial/tutorial-template.pdf

-15 Bytes
Binary file not shown.

tutorial/tutorial-template.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ \section*{Learning Objectives}
107107
\tutorial{Optional: End-to-End Automation}{5}
108108
Once you login to the secure client via ssh, you can access \texttt{automatic.sh}, an end-to-end automation of the secure workflow that the rest of the tutorial walks you through.
109109
The script prepares your data container, encrypts uploads it, prepares yoxur batch script and executes it after encryption as well. Finally, the output is presented in a data container, mounted and ready to use.
110-
Before you run it, be sure to substitute the parametrized variables \texttt{$<$LUKScontainername$>$},\texttt{ $<$uid$>$}, \texttt{$<$hpc-uid$>$} and \texttt{$<$containername$>$} in \texttt{command.sh.template}.
110+
Before you run it, be sure to substitute the parametrized variables \texttt{ $<$uid$>$}, \texttt{$<$hpc-uid$>$} and \texttt{$<$containername$>$} (same as \texttt{$<$LUKScontainername$>$}) in \texttt{command.sh.template}.
111111

112112
You can run \texttt{automatic.sh} with your \texttt{UID} of the secure client and \texttt{HPC-UID} as follows:\\
113113
\texttt{./automatic.sh <uid> <hpc\_uid> <LUKScontainername>} \\
@@ -172,7 +172,7 @@ \section*{Learning Objectives}
172172
These tokens need to be included in the batch script, so that the keys can be retrieved on a secure node.
173173

174174
The general \textit{command}, i.e. the bash-commands, is written in \texttt{command.sh.template}.
175-
Please open it in an editor, like vim, emacs or nano and substitute \textbf{only} the paramerized variables \texttt{$<$LUKScontainername$>$},\texttt{ $<$uid$>$}, \\\texttt{$<$hpc-uid$>$} and \texttt{$<$containername$>$}.
175+
Please open it in an editor, like vim, emacs or nano and substitute \textbf{only} the paramerized variables \texttt{ $<$uid$>$}, \texttt{$<$hpc-uid$>$} and \texttt{$<$containername$>$}.
176176
(Note that \texttt{$<$LUKScontainername$>$} is the same as \texttt{$<$containername$>$}).
177177

178178
You can now execute \texttt{prepare\_scripts.sh} with: \\

0 commit comments

Comments
 (0)