Skip to content

Commit

Permalink
added upquote=true to syslog.tex
Browse files Browse the repository at this point in the history
added upquote=true to fix single quote formatting per #2063

Signed-off-by: Graham <[email protected]>
  • Loading branch information
graham-cs authored and adrianreber committed Dec 10, 2024
1 parent b9e3135 commit 36c82c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/install/common/syslog.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

% begin_ohpc_run
% ohpc_comment_header Configure rsyslog on SMS and computes \ref{sec:add_syslog}
\begin{lstlisting}[language=bash,keywords={}]
\begin{lstlisting}[language=bash,keywords={},upquote=true]
# Configure SMS to receive messages and reload rsyslog configuration
[sms](*\#*) echo 'module(load="imudp")' >> /etc/rsyslog.d/ohpc.conf
[sms](*\#*) echo 'input(type="imudp" port="514")' >> /etc/rsyslog.d/ohpc.conf
Expand Down

0 comments on commit 36c82c4

Please sign in to comment.