add shebang to rootfs-create.sh

This commit is contained in:
amazingfate 2023-02-24 18:59:53 +08:00
parent 3d2cfbc620
commit e6915eabc4

View File

@ -1,3 +1,5 @@
#!/usr/bin/env bash
function create_new_rootfs_cache_tarball() {
# validate cache_fname is set
[[ -n "${cache_fname}" ]] || exit_with_error "create_new_rootfs_cache_tarball: cache_fname is not set"