From 2b5c58cf83d4c751443db99cb39dcc65b8605984 Mon Sep 17 00:00:00 2001 From: navewindre Date: Fri, 4 Jul 2025 09:12:36 +0200 Subject: fix --- slackware-bootstrap/step2-finish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slackware-bootstrap/step2-finish') diff --git a/slackware-bootstrap/step2-finish b/slackware-bootstrap/step2-finish index da58e62..66bf69b 100755 --- a/slackware-bootstrap/step2-finish +++ b/slackware-bootstrap/step2-finish @@ -2,7 +2,7 @@ basedir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) -if [[ -f "~/.nreboot" ]]; then +if [[ -f "$HOME/.nreboot" ]]; then echo "sh $basedir/finish" >> /root/.bash_profile echo "rm -f /root/.bash_profile" >> /root/.bash_profile echo "============================ [ reboot ] ===========================" -- cgit v1.2.3