source:
ipk/source/tools_settime/CONTROL/postinst
@
41101
Last change on this file since 41101 was 41101, checked in by , 6 years ago | |
---|---|
File size: 339 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | |
4 | |
5 | if [ ! -e "/mnt/config/usercmd.sh" ]; then |
6 | echo "use tpk config file: usercmd.sh" |
7 | echo "rename /mnt/config/usercmd.sh.usercmd > /mnt/config/usercmd.sh" |
8 | mv "/mnt/config/usercmd.sh.usercmd" "/mnt/config/usercmd.sh" |
9 | else |
10 | echo "found user config file: usercmd.sh" |
11 | echo "skip tpk config file: usercmd.sh.usercmd" |
12 | fi |
13 | |
14 | |
15 | |
16 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.