From 39d45b71d7371df80c3f78d649b7d3e6047bf5ae Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 15 May 2023 21:10:29 +0200 Subject: [PATCH] installer: remove user creation, already in init-ubuntu script --- scripts/installer.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 1bcc044ed..4faf1e469 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -163,15 +163,6 @@ for image in ${images}; do done done -log "creating cloudron-support user" -if ! id cloudron-support 2>/dev/null; then - useradd --system --comment "Cloudron Support (support@cloudron.io)" --create-home --no-user-group --shell /bin/bash cloudron-support -fi - -log "locking the ${user} account" -usermod --shell /usr/sbin/nologin "${user}" -passwd --lock "${user}" - if [[ "${is_update}" == "yes" ]]; then log "stop box service for update" ${box_src_dir}/setup/stop.sh