Skip to content

Commit 7643408

Browse files
authored
Add default execution on apptainer instance start again
1 parent 0bd9396 commit 7643408

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

container/stress.def

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ From: debian:bullseye-slim
1717
%startscript
1818
OUT_DIR=/tmp/out
1919
mkdir -p $OUT_DIR
20-
cd /tmp
20+
cd /tmp
21+
/usr/local/bin/stress-system/run.sh "$@" -o $OUT_DIR

0 commit comments

Comments
 (0)