Fixed permissions of the resources
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
chmod +x /opt/wagic/wagic
|
chmod a+x /opt/wagic/wagic
|
||||||
|
chmod -R a+rw /home/user/wagic
|
||||||
if grep -q /home/user/MyDocs /proc/mounts; then
|
if grep -q /home/user/MyDocs /proc/mounts; then
|
||||||
mkdir -p /home/user/MyDocs/wagic
|
mkdir -p /home/user/MyDocs/wagic
|
||||||
mkdir -p /home/user/MyDocs/wagic/Res
|
mkdir -p /home/user/MyDocs/wagic/Res
|
||||||
|
|||||||
Reference in New Issue
Block a user