Skip to content

Commit

Permalink
Update early.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Jan 24, 2023
1 parent e85d847 commit 8257391
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home/pi/candle/early.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ then
systemctl start ssh.service
fi

# Enable SSH once
if [ -e /boot/candle_ssh_once.txt ];
then
systemctl start ssh.service
rm /boot/candle_ssh_once.txt
fi


# If it's provided, copy a controller_backup.tar file from the boot partition into the system partition
if [ -f /boot/controller_backup.tar ];
Expand Down

0 comments on commit 8257391

Please sign in to comment.