LiveCD - script permission bug fix

This commit is contained in:
BWZ
2014-07-16 19:16:00 +10:00
parent 93b053b5a9
commit 11d63bc6a8

View File

@@ -23,6 +23,9 @@
# (if they do not yet exist) # (if they do not yet exist)
# #
f1="beef" f1="beef"
if [[ $EUID -eq 999 ]]; then
sudo chmod -R 777 /opt/beef
fi
if [ -f $f1 ] ; then if [ -f $f1 ] ; then
echo "" echo ""
else else