source: ipk/source/tools_settime/CONTROL/postinst @ 41101

Last change on this file since 41101 was 41101, checked in by andyjetset, 6 years ago

fix

File size: 339 bytes
Line 
1#!/bin/sh
2
3
4
5if [ ! -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"
9else
10        echo "found user config file: usercmd.sh"
11        echo "skip tpk config file: usercmd.sh.usercmd"
12fi
13
14
15
16exit 0
Note: See TracBrowser for help on using the repository browser.