Skip to content

Commit 1b3fc59

Browse files
author
jdv
committed
nano change bash to sh
1 parent 8f3a47e commit 1b3fc59

File tree

1 file changed

+1
-1
lines changed
  • crowdsec-docs/unversioned/getting_started/installation

1 file changed

+1
-1
lines changed

crowdsec-docs/unversioned/getting_started/installation/cloudways.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ vi /home/master/crowdsec/check_rotation.sh
222222
```
223223
224224
```bash
225-
#!/bin/bash
225+
#!/bin/sh
226226
227227
# Set the path to your CrowdSec log file
228228
LOG_FILE="/home/master/crowdsec/logs/crowdsec.log"

0 commit comments

Comments
 (0)