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 # Create destination directory if it doesn't exist
mkdir -p "$DEST_DIR" mkdir -p "$DEST_DIR"
# Copy all .conf files # Copy all .html files
echo "Copying configuration files..." echo "Copying error page files..."
cp -v "$SRC_DIR"/*.conf "$DEST_DIR/" cp -v "$SRC_DIR"/*.html "$DEST_DIR/"
# Set proper permissions # Set proper permissions
echo "Setting permissions..." echo "Setting permissions..."