u
This commit is contained in:
@@ -50,13 +50,8 @@ deploy_file() {
|
|||||||
_src_path=$1
|
_src_path=$1
|
||||||
_trg_path=$2
|
_trg_path=$2
|
||||||
|
|
||||||
echo "---"
|
cp -f ${_src_path} ${_trg_path}
|
||||||
echo $_src_path
|
chown ${user}:${user} ${_trg_path}
|
||||||
echo $_trg_path
|
|
||||||
echo "---"
|
|
||||||
|
|
||||||
# cp -f ${_src_path} ${_trg_path}
|
|
||||||
# chown ${user}:${user} ${_trg_path}
|
|
||||||
ls -al ${_trg_path}
|
ls -al ${_trg_path}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user