From 8daaa2f4a4a29e84d2ab1d0ff6b6a7e616317c5d Mon Sep 17 00:00:00 2001
From: salmandjing <salmandjing@huskers.unl.edu>
Date: Wed, 29 Apr 2020 19:49:07 +0000
Subject: [PATCH] Replaced #!/bin/sh with #!/bin/bash

---
 content/submitting_jobs/hcc_acknowledgment_credit.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/submitting_jobs/hcc_acknowledgment_credit.md b/content/submitting_jobs/hcc_acknowledgment_credit.md
index 0ad8a029..02546109 100644
--- a/content/submitting_jobs/hcc_acknowledgment_credit.md
+++ b/content/submitting_jobs/hcc_acknowledgment_credit.md
@@ -203,7 +203,7 @@ the submit file header.
 {{% panel theme="info" header="**Submit File Example**" %}}
 {{< highlight batch >}}
 [demo01@login.hcc_cluster ~]$ cat submit_test.slurm
-#!/bin/batch
+#!/bin/bash
 #SBATCH --ntasks=4
 #SBATCH --qos=ac_demo
 #SBATCH --ntasks=5
-- 
GitLab