mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Copy directory right
This commit is contained in:
parent
d3a40fc617
commit
ff962f8077
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ if [ -d "$SCRIPTS_DIR" ]; then
|
|||
fi
|
||||
|
||||
_msg "Creating scripts directory"
|
||||
cp "$SCRIPT_DIR/pkg-scripts" "$SCRIPTS_DIR"
|
||||
cp -r "$SCRIPT_DIR/pkg-scripts" "$SCRIPTS_DIR"
|
||||
if [ -d "$SCRIPTS_DIR" ]; then
|
||||
_success
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue