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