u
This commit is contained in:
@@ -63,6 +63,7 @@ deploy_file() {
|
|||||||
if [[ "$_trg_path" == */ ]]
|
if [[ "$_trg_path" == */ ]]
|
||||||
then
|
then
|
||||||
chown ${user}:${user} ${_trg_path}*
|
chown ${user}:${user} ${_trg_path}*
|
||||||
|
chown ${user}:${user} ${_trg_path}.*
|
||||||
#chown ${user}:${user} ${_trg_path}*
|
#chown ${user}:${user} ${_trg_path}*
|
||||||
else
|
else
|
||||||
chown ${user}:${user} ${_trg_path}
|
chown ${user}:${user} ${_trg_path}
|
||||||
|
|||||||
Reference in New Issue
Block a user