From 9c4f9247f802a175516d45b087bf3fbec3149637 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Fri, 25 Aug 2023 16:29:22 +0000 Subject: [PATCH] Fixing entrypoint.sh Updating to version 1.0.1 --- entrypoint.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index d32020f..5a73ad5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash exec [[ -z "${HOME_USER}" ]] && adduser --disabled-password --gecos "" vscode \ echo 'vscode ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers \ || adduser --disabled-password --gecos "" ${HOME_USER} \ diff --git a/version.txt b/version.txt index afaf360..7f20734 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file