From 2b5c58cf83d4c751443db99cb39dcc65b8605984 Mon Sep 17 00:00:00 2001 From: navewindre Date: Fri, 4 Jul 2025 09:12:36 +0200 Subject: fix --- slackware-bootstrap/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'slackware-bootstrap/bootstrap') diff --git a/slackware-bootstrap/bootstrap b/slackware-bootstrap/bootstrap index 26eb9b6..7bc2cbc 100755 --- a/slackware-bootstrap/bootstrap +++ b/slackware-bootstrap/bootstrap @@ -22,11 +22,11 @@ fi echo "working dir: $basedir" -if [[ ! -f "~/.user-done" ]]; then +if [[ ! -f "$HOME/.user-done" ]]; then sh $basedir/user $username fi -if [[ ! -f "~/.sudo-done" ]]; then +if [[ ! -f "$HOME/.sudo-done" ]]; then sh $basedir/sudo fi -- cgit v1.2.3