From 343525511c2e21b2b43711d75eab73e175ebe4a5 Mon Sep 17 00:00:00 2001 From: olli <> Date: Sun, 21 Jul 2024 14:38:06 +0200 Subject: [PATCH] fix --- mint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mint.sh b/mint.sh index 58f7461..e1dbfc8 100644 --- a/mint.sh +++ b/mint.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash mydomain="ds9.dedyn.io" @@ -32,6 +32,7 @@ fi defaultuser=$(getent passwd 1000 | cut -d: -f1) defaultuserhome=$(getent passwd 1000 | cut -d: -f6) + # hostname if hostname | grep -q "^${defaultuser}-" then