From 6376472c8b07fed62783d279499fb810569caf56 Mon Sep 17 00:00:00 2001 From: navewindre Date: Thu, 3 Jul 2025 23:00:04 +0200 Subject: opps --- slackware-bootstrap/step2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slackware-bootstrap/step2 b/slackware-bootstrap/step2 index 4fc73b7..a7f25ec 100755 --- a/slackware-bootstrap/step2 +++ b/slackware-bootstrap/step2 @@ -4,7 +4,7 @@ basedir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) kernelver="6.15.2" if [[ -f "~/.step2-done" ]]; then - sh $basedir/step2-done + sh $basedir/step2-finish exit fi @@ -54,4 +54,4 @@ if [[ $nreboot == 1 ]]; then touch ~/.nreboot fi -sh $basedir/step2-done +sh $basedir/step2-finish -- cgit v1.2.3