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