diff options
| author | 2025-10-27 10:27:47 +0100 | |
|---|---|---|
| committer | 2025-10-27 10:27:47 +0100 | |
| commit | 2d2eab47ec684f7ac7abff7afee8f3f0dc650c53 (patch) | |
| tree | fd2d6c9a56eb8695d4be34b434a4dd35bac1abd4 /src/init | |
| parent | 7f234df40ce16f61f965fc5c1a9c79fdb5da23e2 (diff) | |
Added banner and renamed run script to git-run
Diffstat (limited to 'src/init')
| -rwxr-xr-x | src/init | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,6 +2,7 @@ # load environment source (dirname (status --current-filename))/env +set VERSION (cat (dirname (status --current-filename))/version) # # @@ -34,7 +35,7 @@ function createUser # add user to sudo group addgroup "$user" $_GIT_SUDO_GROUP # unlock account to allow ssh logins - passwd -u "$user" + passwd -u "$user" &>/dev/null mkdir "$HOME/.ssh" echo "$key" > "$HOME/.ssh/authorized_keys" chown -R $user "$HOME" @@ -124,7 +125,7 @@ function showBanner |___/ ' echo - echo Copyright Matthias Jaros 2025 + echo Version $VERSION Copyright Matthias Jaros 2025 echo end |
