Skip to content

Commit

Permalink
stupid permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aflitos, Saulo Alves committed Mar 7, 2015
1 parent 897b292 commit f532ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Empty file modified docker/virtualbox/restart.sh
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions docker/virtualbox/start.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ echo "AWAKEN" >> $LOG

date >> $LOG
echo "NID $NID HPATH $HPATH XPATH $XPATH MPATH $MPATH" >> $LOG
echo "UMOUNTING" >> $LOG
sudo umount $MPATH >> $LOG

set -xeu
echo "MOUNTING" >> $LOG
sudo mount -t vboxsf $SNAME $MPATH >> $LOG
#sudo mount -t vboxsf -o uid=$NID,gid=$NID $SNAME $MPATH >> $LOG

Expand Down

0 comments on commit f532ccf

Please sign in to comment.