summaryrefslogtreecommitdiff
path: root/slackware-bootstrap/step2-finish
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-07-13 01:48:34 +0200
committernavewindre <boneyaard@gmail.com>2025-07-13 01:48:34 +0200
commit7682cf505771c070def500056e103c05323dd9db (patch)
treef35d2f1af1bb80f1429ceb4a4c3e3b6d3a44d530 /slackware-bootstrap/step2-finish
parentd49e4b0a25c7cc75ade210c7092eea8feb75e692 (diff)
opps
Diffstat (limited to 'slackware-bootstrap/step2-finish')
-rwxr-xr-xslackware-bootstrap/step2-finish2
1 files changed, 1 insertions, 1 deletions
diff --git a/slackware-bootstrap/step2-finish b/slackware-bootstrap/step2-finish
index 66bf69b..5683696 100755
--- a/slackware-bootstrap/step2-finish
+++ b/slackware-bootstrap/step2-finish
@@ -3,8 +3,8 @@
basedir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
if [[ -f "$HOME/.nreboot" ]]; then
- echo "sh $basedir/finish" >> /root/.bash_profile
echo "rm -f /root/.bash_profile" >> /root/.bash_profile
+ echo "sh $basedir/finish" >> /root/.bash_profile
echo "============================ [ reboot ] ==========================="
printf "\x1b[1;31mupon reboot, make sure to log in as ROOT first !!!\x1b[0;0m\n"
echo "==================================================================="