summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author= <termer@protonmail.com>2021-07-01 15:34:00 -0400
committer= <termer@protonmail.com>2021-07-01 15:34:00 -0400
commitbf001f42ddb2b5ee5f0211ea972a0cfe6cd32680 (patch)
tree20d2415c519da891a7ec816b47fe3801224531a8
parentf81e32dddd230852e157fd71b94ac85975a2a19e (diff)
change shell to /bin/bash
-rw-r--r--irc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.html b/irc.html
index 71b05eb..6a5d343 100644
--- a/irc.html
+++ b/irc.html
@@ -35,7 +35,7 @@
</p>
<pre><code>useradd -m ergo
-chsh ergo --shell /bin/sh</code></pre>
+chsh ergo --shell /bin/bash</code></pre>
<p>
Next, we want to switch to our newly created <code>ergo</code> user and create the server directory.