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

Last change on this file since 41104 was 41101, checked in by andy-1, 8 years ago

fix

File size: 339 bytes
RevLine 
[41100]1#!/bin/sh
2
3
4
[41101]5if [ ! -e "/mnt/config/usercmd.sh" ]; then
[41100]6 echo "use tpk config file: usercmd.sh"
[41101]7 echo "rename /mnt/config/usercmd.sh.usercmd > /mnt/config/usercmd.sh"
8 mv "/mnt/config/usercmd.sh.usercmd" "/mnt/config/usercmd.sh"
[41100]9else
10 echo "found user config file: usercmd.sh"
[41101]11 echo "skip tpk config file: usercmd.sh.usercmd"
[41100]12fi
13
14
15
16exit 0
Note: See TracBrowser for help on using the repository browser.