#!/bin/bash
# Copyright (C) 2004 Networks Associates Technology Inc. All rights reserved.

mkdir -p config
cp -r /config/* config

exit 0
