Remove permission changing commands
This commit is contained in:
parent
99a7eb3b53
commit
85b2635da3
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo '* text=auto eol=lf' > $(git rev-parse --git-dir)/info/attributes
|
echo '* text=auto eol=lf' > $(git rev-parse --git-dir)/info/attributes
|
||||||
rm -rf /var/www/html
|
sudo rm -rf /var/www/html
|
||||||
ln -sT `pwd`/test/website /var/www/html
|
sudo ln -sT $(pwd)/test/website /var/www/html
|
||||||
chown -R www-data:www-data ./test/website
|
|
||||||
chown -R www-data:www-data /var/www/html
|
|
||||||
|
|
Loading…
Reference in a new issue