diff options
| author | navewindre <boneyaard@gmail.com> | 2025-07-04 09:12:36 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-07-04 09:12:36 +0200 |
| commit | 2b5c58cf83d4c751443db99cb39dcc65b8605984 (patch) | |
| tree | ffc8cee41e244240d66385b466e4a1f285e81386 /slackware-bootstrap/step2-finish | |
| parent | 94291899afc6c7a079889beed2b9dbc79588a585 (diff) | |
fix
Diffstat (limited to 'slackware-bootstrap/step2-finish')
| -rwxr-xr-x | slackware-bootstrap/step2-finish | 2 |
1 files changed, 1 insertions, 1 deletions
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 ] ===========================" |
