Rebase to noble

This commit is contained in:
thespad
2024-08-19 18:51:04 +01:00
parent deb7a4925c
commit 3b59cd4197
13 changed files with 32 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
_install=(/app/code-server/bin/code-server "--extensions-dir" "/config/extensions" "--install-extension")
if [ "$(whoami)" == "abc" ]; then
if [[ "$(whoami)" == "abc" ]]; then
"${_install[@]}" "$@"
else
s6-setuidgid abc "${_install[@]}" "$@"