Copy directory right

This commit is contained in:
twangboy 2023-08-29 13:11:37 -06:00 committed by Megan Wilhite
parent d3a40fc617
commit ff962f8077

View file

@ -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