Skip to content

Commit

Permalink
added checkpermissions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryhopper committed Nov 17, 2020
1 parent 8e23225 commit b538ec5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extra/install-armbian-focal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ fi

log "Adding osbox user"
useradd -m -c "osbox user account" osbox

echo $?


if [ ! -f /usr/local/osbox/bin/update.sh ]; then
Expand Down Expand Up @@ -250,6 +250,8 @@ fi

echo "checkpermissions"
bash /usr/local/osbox/bin/checkpermissions.sh
echo $?


#/usr/local/osbox/project/sw-osbox-core/osbox-service.sh

Expand Down

0 comments on commit b538ec5

Please sign in to comment.