nobody & nogroup
This commit is contained in:
parent
45c6f3e3cb
commit
de3bd329dd
@ -55,6 +55,9 @@ if [ -f "$fileName" ];then
|
||||
fi
|
||||
|
||||
cp $basePath/"${fileName}" .
|
||||
chgrp nogroup ${fileName}
|
||||
chown nobody ${fileName}
|
||||
|
||||
result=$?
|
||||
if [ $result = 0 ];then
|
||||
echo "file ${fileName} in ${projectPath} upgraded."
|
||||
|
Loading…
x
Reference in New Issue
Block a user