From 15fd109a1efa996777122d13d38c817de9964130 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Feb 2021 11:10:01 +0100 Subject: [PATCH] Update run --- scrutiny/rootfs/etc/services.d/script/run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scrutiny/rootfs/etc/services.d/script/run b/scrutiny/rootfs/etc/services.d/script/run index 767db0530..b3546ea2d 100644 --- a/scrutiny/rootfs/etc/services.d/script/run +++ b/scrutiny/rootfs/etc/services.d/script/run @@ -1,4 +1,5 @@ -#! /bin/bash +#!/usr/bin/with-contenv bash + port="8080" host="localhost" timeout="30"