1
0
mirror of https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git synced 2023-10-10 13:37:40 +02:00
This commit is contained in:
Jan Schneider 2020-01-26 20:12:22 +01:00
parent b8b337ff79
commit a2356c4e6b

View File

@ -57,7 +57,6 @@ fi
echo "add menu entry" >>$LOG_FILE echo "add menu entry" >>$LOG_FILE
touch "${CONFIG_DIR}/hm_addons.cfg" touch "${CONFIG_DIR}/hm_addons.cfg"
if [ -x /bin/updateAddonConfig.tcl ]; then if [ -x /bin/updateAddonConfig.tcl ]; then
/bin/updateAddonConfig.tcl -a rmupdate -url /addons/rmupdate/index.html -name "System-Update" -de "System-Update" -en "System-update" /bin/updateAddonConfig.tcl -a rmupdate -url /addons/rmupdate/index.html -name "System-Update" -de "System-Update" -en "System-update"
else else