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.
8 lines
332 B
8 lines
332 B
#!/bin/sh
|
|
if [ -e /var/tuxbox/config/zapit/ubouquets.xml ]; then
|
|
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
|
|
|