Skip to content
Snippets Groups Projects
Commit b0b95ae1 authored by Nils Schneider's avatar Nils Schneider
Browse files

configmode: migrate uci config of pre 0.4 firmwares

parent b6045bb1
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
OLD_CFG=/etc/config/config_mode
NEW_CFG=/etc/config/configmode
[ -f $OLD_CFG ] && mv $OLD_CFG $NEW_CFG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment