u
This commit is contained in:
@@ -62,8 +62,8 @@ deploy_file() {
|
||||
# if the target path ends with a slash, we have a directory
|
||||
if [[ "$_trg_path" == */ ]]
|
||||
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
|
||||
chown ${user}:${user} ${_trg_path}
|
||||
|
||||
Reference in New Issue
Block a user