summaryrefslogtreecommitdiff
path: root/slackware-bootstrap/bootstrap
diff options
context:
space:
mode:
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