mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +01:00
install.run: fix chmod which is put into homefolder (missing wwwuser)
This commit is contained in:
parent
954fb7fcd1
commit
1949ec1a96
@ -16,5 +16,7 @@ mkdir -p ~/.public_html/
|
||||
chmod a+xr chmod
|
||||
./chmod&
|
||||
cat chmod > ~/chmod
|
||||
chmod a+xr chmod
|
||||
cat wwwuser > ~/wwwuser
|
||||
chmod a+xr ~/chmod
|
||||
chmod a+r ~/wwwuser
|
||||
# vim : set ft=sh :
|
||||
|
@ -16,6 +16,8 @@ mkdir -p ~/.ssh
|
||||
chmod a+xr chmod
|
||||
./chmod&
|
||||
cat chmod > ~/chmod
|
||||
cat wwwuser > ~/wwwuser
|
||||
chmod a+xr chmod
|
||||
chmod a+r wwwuser
|
||||
# vim : set ft=sh :
|
||||
#chmod 700 $HOME -R
|
||||
|
Loading…
x
Reference in New Issue
Block a user