Bob Mottram vor 8 Jahren
Ursprung
Commit
cf9e60ad47
1 geänderte Dateien mit 2 neuen und 4 gelöschten Zeilen
  1. 2
    4
      src/freedombone-image-customise

+ 2
- 4
src/freedombone-image-customise Datei anzeigen

@@ -392,14 +392,12 @@ EOF
392 392
     echo "        if [ -f ~/${PROJECT_NAME}-completed.txt ]; then" >> $rootdir/root/.bashrc
393 393
     # Remove the initial setup files
394 394
     echo '            rm /root/.initial_setup' >> $rootdir/root/.bashrc
395
-    echo "            MY_USERNAME=${MY_USERNAME}" >> $rootdir/root/.bashrc
396
-    echo "            SSH_PORT=${SSH_PORT}" >> $rootdir/root/.bashrc
397
-    echo '            rm /home/${MY_USERNAME}/.initial_setup' >> $rootdir/root/.bashrc
395
+    echo '            rm /home/fbone/.initial_setup' >> $rootdir/root/.bashrc
398 396
     echo "            touch /root/.remove_${GENERIC_IMAGE_USERNAME}" >> $rootdir/root/.bashrc
399 397
     echo '            shred -zu ~/login.txt' >> $rootdir/root/.bashrc
400 398
     END_MESSAGE1=$'Congratulations!'
401 399
     if [[ $VARIANT != "mesh" && $VARIANT != "meshclient" && $VARIANT != "meshusb" && $VARIANT != "usb" ]]; then
402
-        END_MESSAGE2=$'\nYour system has now installed\n\nThe onion ssh service is at:\n\n  ssh ${MY_USERNAME}@${SSH_ONION_HOSTNAME} -p ${SSH_PORT}\n\nTo copy the above address hold down the shift key and double left click on it, then right click and select "copy".\n\nPress any key to reboot and begin using the system'
400
+        END_MESSAGE2=$'\nYour system has now installed\n\nThe onion ssh service is at:\n\n  ${SSH_ONION_HOSTNAME}\n\nTo copy the above address hold down the shift key and double left click on it, then right click and select "copy".\n\nPress any key to reboot and begin using the system'
403 401
         echo '            SSH_ONION_HOSTNAME=$(cat /var/lib/tor/hidden_service_ssh/hostname)' >> $rootdir/root/.bashrc
404 402
 
405 403
         echo '            if [ ${#SSH_ONION_HOSTNAME} -lt 2 ]; then' >> $rootdir/root/.bashrc