You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
337 B
9 lines
337 B
8 years ago
|
#!/bin/sh
|
||
|
if [ -e /var/tuxbox/config/zapit/ubouquets.xml ]; then
|
||
|
/bin/msgbox title="Kanallisten-Update" msg="~s~n~c~YEigene ubouquets.xml ~uberschreiben?" select="Ja,Nein" default=2
|
||
|
if [ ${?} == 2 ]; then
|
||
|
mv /var/tuxbox/config/zapit/ubouquets.xml /var/tuxbox/config/zapit/ubouquets.xml.org
|
||
|
echo "### move ubouquets.xml ###"
|
||
|
fi
|
||
|
fi
|