This commit is contained in:
Valeria Fadeeva 2024-11-06 14:26:37 +05:00
parent 282afed0b9
commit 9ad37cc3c3
1 changed files with 5 additions and 0 deletions

5
chown_sf.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
sudo chown -R 1000:1000 ./sf
echo "Ready"