diff --git a/config/rootfiles/core/78/update.sh b/config/rootfiles/core/78/update.sh index cb9af9f24..65643793d 100644 --- a/config/rootfiles/core/78/update.sh +++ b/config/rootfiles/core/78/update.sh @@ -165,6 +165,10 @@ if [ $BOOTSPACE -lt 1000 ]; then esac fi +# Update ping +rm -f /bin/ping +ln -sf ../usr/bin/ping /bin/ping +chmod 4755 /usr/bin/ping # Update Language cache perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"