mirror of
https://github.com/lloeki/apply.git
synced 2025-12-06 01:14:39 +01:00
Use correct path to push run and lib
This commit is contained in:
parent
c1e8ca0ba7
commit
721ee182fe
1 changed files with 1 additions and 1 deletions
2
push
2
push
|
|
@ -37,7 +37,7 @@ remote="$1"
|
|||
|
||||
tmp=$(ssh "$remote" 'mktemp -d')
|
||||
echo -e -n "\033[33m** pushing to\033[0m $remote:$tmp"
|
||||
if scp -q -r "${APPLY_ROOT}"/{groups,units,run,lib} "$remote":"$tmp"; then
|
||||
if scp -q -r "${APPLY_ROOT}"/{groups,units} run lib "$remote":"$tmp"; then
|
||||
echo -e " \033[32mOK\033[0m"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue