This commit is contained in:
Joby 2024-10-23 19:38:38 -06:00
parent 2a5b05b320
commit d2175b20bd

View file

@ -22,9 +22,9 @@ fi
# Create destination directory if it doesn't exist
mkdir -p "$DEST_DIR"
# Copy all .conf files
echo "Copying configuration files..."
cp -v "$SRC_DIR"/*.conf "$DEST_DIR/"
# Copy all .html files
echo "Copying error page files..."
cp -v "$SRC_DIR"/*.html "$DEST_DIR/"
# Set proper permissions
echo "Setting permissions..."