Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit ece7bf4

Browse files
committed
Fix shebang
1 parent 956ad44 commit ece7bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/etc/cont-init.d/19-deprecate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/bash
1+
#!/usr/bin/with-contenv bash
22

33
if [[ "$(uname -m)" == "armv7l" ]]; then
44
cat <<-EOF

0 commit comments

Comments
 (0)