#!/bin/sh echo Use Install Dest: $1 echo Start Install Script: $0 rm /mnt/config/rcconfig mv /mnt/config/rcconfig.old /mnt/config/rcconfig exit 0