Преглед изворни кода

Mute notifications when issues with v-update-sys-rrd-mysql

Jaap Marcus пре 4 година
родитељ
комит
6eceed5013
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      bin/v-update-sys-rrd-mysql

+ 2 - 0
bin/v-update-sys-rrd-mysql

@@ -37,6 +37,8 @@ case $period in
     *) exit $E_RRD ;;
     *) exit $E_RRD ;;
 esac
 esac
 
 
+notify="no"
+
 # Checking directory
 # Checking directory
 if [ ! -d "$RRD/db" ]; then
 if [ ! -d "$RRD/db" ]; then
     mkdir $RRD/db
     mkdir $RRD/db