#This script copies all uci scripts so that we can perform a reset if the reset button is pushed
#All custom files should start with the prefix 9

mkdir -p ../uci-defaults-backups
cp ./* ../uci-defaults-backups

exit 0
