mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-08 06:13:14 +00:00
🧑💻 Improve shebang compatibility (#1180)
Signed-off-by: Muhammed Hussain Karimi <info@karimi.dev>
This commit is contained in:
committed by
GitHub
parent
443947e1ac
commit
46557cddd1
@@ -1068,7 +1068,7 @@ curl http://localhost:9001/health
|
||||
#### Docker Migration Example
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# migrate-docker.sh
|
||||
|
||||
# Stop old container
|
||||
|
||||
Reference in New Issue
Block a user