Browse Source

Be silent

Ernesto Nicolás Carrea 5 years ago
parent
commit
253179748c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/setup/init.inc

+ 1 - 1
bin/setup/init.inc

@@ -19,7 +19,7 @@ hestia_setup_init() {
 
 
     if [ "$OS_BASE" = 'rhel' ]; then
     if [ "$OS_BASE" = 'rhel' ]; then
         # FIXME: Hestia scripts should not assume ip is located in /bin
         # FIXME: Hestia scripts should not assume ip is located in /bin
-        ln -s /usr/sbin/ip /bin/ip
+        ln -s /usr/sbin/ip /bin/ip > /dev/null 2>&1
     fi
     fi
 
 
     if [ ! -e /var/log/hestia ]; then
     if [ ! -e /var/log/hestia ]; then