diff --git a/docs/release-team/mirror-scripts.md b/docs/release-team/mirror-scripts.md index 3a0465e3..5604d5c2 100644 --- a/docs/release-team/mirror-scripts.md +++ b/docs/release-team/mirror-scripts.md @@ -38,7 +38,7 @@ the `Packages.gz` files, it's safe to delete old packages. ```none -#/bin/dash +#!/bin/dash fatal() { echo "$1" @@ -83,7 +83,7 @@ dependencies between files, so you can just `rsync`. ```none -#/bin/dash +#!/bin/dash fatal() { echo "$1"