]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/rootfiles/core/7/update.sh
Fixed network.cgi
[people/pmueller/ipfire-2.x.git] / config / rootfiles / core / 7 / update.sh
1 #!/bin/bash
2 . /opt/pakfire/lib/functions.sh
3 extract_files
4 GATEWAY=$(cat /var/ipfire/red/remote-ipaddress)
5 echo "$GATEWAY gateway" >> /etc/hosts
6 /etc/init.d/collectd start
7 chown -R nobody:nobody /srv/web/ipfire/html/graphs
8 perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"