first commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
sudo mkdir -p /BlockVolume1/projects
|
||||
sudo chown -R eujin:eujin /BlockVolume1/dockercompose/code-server/projects
|
||||
sudo find /BlockVolume1/dockercompose/code-server/projects -type d -exec chmod 755 {} \;
|
||||
sudo find /BlockVolume1/dockercompose/code-server/projects -type f -exec chmod 644 {} \;
|
||||
Reference in New Issue
Block a user