From 50b4e0905f1f137c648ce2b7dcd58b9d88b46a72 Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Tue, 5 Oct 2021 14:14:46 -0400 Subject: [PATCH] Another little fix --- CarPC/carpc-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CarPC/carpc-setup.sh b/CarPC/carpc-setup.sh index 3f23013..f612e64 100755 --- a/CarPC/carpc-setup.sh +++ b/CarPC/carpc-setup.sh @@ -95,7 +95,7 @@ cd $HOME/NTCNA/PyVehicle/packages chmod +x $HOME/PyVehicle/bin/*.sh # cleanup -chmod go+rwx /etc/x11vnc.pass +sudo chmod go+rwx /etc/x11vnc.pass sudo adduser $USER dialout git config --global user.email "nprobert@probestar.net"