Fixed pi permissions in order to execute /home/sats/satsd/source/daemon script

This commit is contained in:
xdrm-brackets 2017-09-27 10:12:56 +02:00
parent ca49e89aa9
commit 1556513bee
1 changed files with 2 additions and 2 deletions

View File

@ -510,8 +510,8 @@ step9(){
# (3) Adjust permissions #
echo " (.) Adjust permissions";
sudo chown -R 666:666 /mnt/home/sats/satsd;
sudo chmod -R 770 /mnt/home/sats/satsd;
sudo chown -R 666:1000 /mnt/home/sats/satsd;
sudo chmod -R 750 /mnt/home/sats/satsd;
echo "<<< done";