u
This commit is contained in:
@@ -59,6 +59,10 @@ deploy_file() {
|
|||||||
|
|
||||||
# only chown if _no_chown variable is empty
|
# only chown if _no_chown variable is empty
|
||||||
if [ -z "${_no_chown}" ]; then
|
if [ -z "${_no_chown}" ]; then
|
||||||
|
if [[ "$_trg_path" == */ ]]
|
||||||
|
then
|
||||||
|
echo "YOOOO!"
|
||||||
|
fi
|
||||||
echo "######"
|
echo "######"
|
||||||
echo $_trg_path
|
echo $_trg_path
|
||||||
chown ${user}:${user} ${_trg_path}
|
chown ${user}:${user} ${_trg_path}
|
||||||
|
|||||||
Reference in New Issue
Block a user