Skip to content

Commit

Permalink
fix spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
rleidner committed Nov 26, 2024
1 parent c5e3374 commit ea5f306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/soc_vwid/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
usr=`id -nu`
if [ "$usr" != "pi" ]
then
sudo -u pi -c bash "$0 $*"
exit $?
sudo -u pi -c bash "$0 $*"
exit $?
fi
# -- ending user pi enforcement

Expand Down

0 comments on commit ea5f306

Please sign in to comment.