Re: [GELÖST] - keine Systemupdates möglich
Verfasst: So 21. Okt 2012, 18:47
Eigentlich wird vom addon_munin.sh die entsprechend passende graph.php geladen, oder nicht?
Code: Alles auswählen
if [[ "$IPCVER" < "115" ]]; then
wget --timeout=$timeout -q -O/var/www/ipc/page/graph.php $IPURL/addons/munin/graph.php_
else
wget --timeout=$timeout -q -O/var/www/ipc/page/graph.php $IPURL/addons/munin/graph.php_115
fi