Skip to content

Commit

Permalink
[irods#14] Add missing double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
FifthPotato authored and trel committed May 22, 2024
1 parent affd7af commit daeba8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified beginner/irods_beginner_training_2024.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion beginner/irods_beginner_training_2024.tex
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ \section{Installing iRODS Software Packages}

Finally, we will activate the delay server on this machine for use later on in this training:
\begin{lstlisting}
$ sudo su - irods -c iadmin set_delay_server $(hostname)
$ sudo su - irods -c "iadmin set_delay_server $(hostname)"
\end{lstlisting}

Verify the delay server is running:
Expand Down

0 comments on commit daeba8a

Please sign in to comment.