From e117d8fe6208872d9c700e66a441a2c2fece6cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 6 Feb 2018 18:10:55 +0100 Subject: [PATCH] fix manggled shebang --- .s2i/bin/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.s2i/bin/run b/.s2i/bin/run index 3c8071c..052d426 100755 --- a/.s2i/bin/run +++ b/.s2i/bin/run @@ -1,4 +1,4 @@ -!/bin/bash +#!/bin/bash source /opt/app-root/etc/generate_container_user