584 |
+cd /usr/share/cacti/cli |
+cd /usr/share/cacti/cli |
585 |
+ |
+ |
586 |
+#install, we put away, it fails in the temp event in yum at first, so here is a dirty hack |
+#install, we put away, it fails in the temp event in yum at first, so here is a dirty hack |
587 |
+/usr/bin/php install_cacti.php >/dev/null 2>&1 & |
+/usr/bin/php install_cacti.php & |
588 |
+pids=$!; sleep 3; kill -9 $pids; |
+pids=$!; sleep 3; kill -9 $pids; |
589 |
+/usr/bin/php install_cacti.php --accept-eula --install || exit 0 |
+/usr/bin/php install_cacti.php --accept-eula --install || exit 0 |
590 |
+ |
+ |