fixed shebang

This commit is contained in:
ahriman 2018-12-23 22:09:24 +01:00
parent bf9f5e9974
commit 3ff7207620
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ _/ |_|__| | __| _/____ ________________ __ _ _| |
<p>Run a tildeverse server and want to easily provide console access to this DCSS instance for your users? Create a file at <code>/usr/local/bin/dcss</code> with the following contents:</p>
<div id="codeblock">
<code>
<pre>!/bin/sh
<pre>#!/bin/sh
SOURCEKEY="https://crawl.tildeverse.org/dcss.key"
MYKEY="${HOME}/.ssh/dcss.key"