diff --git a/chmod b/chmod index aefd01cb..ce725d18 100755 --- a/chmod +++ b/chmod @@ -6,12 +6,6 @@ ## https://raw.github.com/Mkaysi/shell-things/master/chmod set -x -GROUP=$(id -gn) - -wwwdata=$(head -n1 wwwuser) - -setfacl=$(locate setfacl|grep bin|head -n1) - chmod g-rwx,o-rwx $HOME -R touch ~/.oidentd.conf @@ -27,16 +21,10 @@ chmod -R 755 ~/public_html/ touch ~/.face touch ~/.forward touch ~/.netrc -echo "" chmod a+r-wx,u+rw ~/.face chmod a+r-wx,u+rw ~/.forward chmod 600 ~/.netrc -if [[ -f $setfacl ]]; then -setfacl -R -m u:$wwwdata:rwx ~/public_html -setfacl -R -m d:u:$wwwdata:rwx ~/public_html -fi - if [ -f chmod.2 ]; then ./chmod.2 fi diff --git a/wwwuser b/wwwuser deleted file mode 100644 index 5bbad189..00000000 --- a/wwwuser +++ /dev/null @@ -1 +0,0 @@ -www-data