Skip to content

Commit

Permalink
Corrected smb service name
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmunday committed May 7, 2019
1 parent 53b9e90 commit 66dfabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BERRYBOOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Therefore **remove** the following lines from */mnt/home/pi/.bash_pes* and save
if [ ! -d /data/pes ]; then
echo "Setting up /data partition - this will use all available space on your SD card!"
sudo /opt/sbin/make_rom_partition.py -v -d /dev/mmcblk0
sudo systemctl restart smbd.service
sudo systemctl restart smb.service
fi
```

Expand Down

0 comments on commit 66dfabd

Please sign in to comment.