summaryrefslogtreecommitdiff
path: root/slackware-bootstrap/bootstrap
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-07-04 09:12:36 +0200
committernavewindre <boneyaard@gmail.com>2025-07-04 09:12:36 +0200
commit2b5c58cf83d4c751443db99cb39dcc65b8605984 (patch)
treeffc8cee41e244240d66385b466e4a1f285e81386 /slackware-bootstrap/bootstrap
parent94291899afc6c7a079889beed2b9dbc79588a585 (diff)
fix
Diffstat (limited to 'slackware-bootstrap/bootstrap')
-rwxr-xr-xslackware-bootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
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