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

Commit 48a5234

Browse files
Iodine: Less verbose, fix shellcheck warning about shell
1 parent 09fe8d9 commit 48a5234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iodine/files/entrypoint.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/ash
2+
# shellcheck shell=dash
23
set -eu
3-
set -x
4+
45
CMD=iodined
56
USER=iodine
67

0 commit comments

Comments
 (0)