From 9766f7841e2a4c3985446560ad29981ee4b5aff4 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 16 Apr 2023 17:28:29 +0200 Subject: [PATCH] update.. --- files/homedirs/root/_profile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/homedirs/root/_profile b/files/homedirs/root/_profile index 83db64f..d9530af 100644 --- a/files/homedirs/root/_profile +++ b/files/homedirs/root/_profile @@ -18,7 +18,11 @@ fi # set PATH so it includes user's private bin if it exists if [ -d "$HOME/bin" ] ; then - PATH="$HOME/bin:$PATH" + if [ -d "$HOME/bin/admin-stuff" ] ; then + PATH="$HOME/bin/admin-stuff:$HOME/bin:$PATH" + else + PATH="$HOME/bin:$PATH" + fi fi # this is for the midnight-commander