From e82ca77ce001c17815c4ee37c3e72e6b72223d77 Mon Sep 17 00:00:00 2001 From: thek4n Date: Sat, 23 May 2026 23:25:14 +0300 Subject: [PATCH] fix script --- opt/bin/sandbox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opt/bin/sandbox b/opt/bin/sandbox index 6513a0d..9568dd7 100755 --- a/opt/bin/sandbox +++ b/opt/bin/sandbox @@ -1,2 +1,2 @@ -#!/bin/sh -exec docker run --rm -it --network none sandbox \ No newline at end of file +#!/bin/sh -eu +exec docker run --rm -it --network none sandbox