Skip to content

Commit 5dd5084

Browse files
committed
get username from user-data file - log display fix; r0.7.3
1 parent 70084bd commit 5dd5084

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

distros/raspberry_pi/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ if [ "$(get_install_stage)" -eq 3 ]; then
535535

536536
# Delete default user
537537
defUserName=$(grep 'name:' /boot/firmware/user-data | sed -n 's/.*- name: //p')
538-
echolog "defUserName=" $defUserName
538+
echolog "defUserName="$defUserName
539539
deluser $defUserName
540540

541541

distros/raspberry_pi/rc.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if [ "$(get_install_stage)" -eq 0 ]; then
101101
timedatectl | echolog
102102

103103
set_status "rc.local - Ethereum-On-Raspberry-Pi repo clone"
104-
git-force-clone --branch main https://github.com/Web3-Pi/Ethereum-On-Raspberry-Pi.git /opt/web3pi/Ethereum-On-Raspberry-Pi
104+
git-force-clone --branch r0.7.3 https://github.com/Web3-Pi/Ethereum-On-Raspberry-Pi.git /opt/web3pi/Ethereum-On-Raspberry-Pi
105105
chmod +x /opt/web3pi/Ethereum-On-Raspberry-Pi/distros/raspberry_pi/install.sh
106106

107107
set_install_stage 1

0 commit comments

Comments
 (0)