Changeset 1473
- Timestamp:
- May 11, 2016, 10:41:37 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-zero-installers/trunk/fuentes/lliurex-zero-installer-analytics.install/usr/bin/confirmator
r1178 r1473 1 1 #!/bin/bash 2 2 3 DETECT=$(n4d-client -c ZCenterVariables -m get_state -a lliurex-zero-installer-analytics) 4 if [ $DETECT -ne 1 ]; then 3 DETECT1=$(n4d-client -c ZCenterVariables -m get_state -a lliurex-zero-installer-analytics) 4 DETECT2=$(dpkg -l|grep auditd|wc -l) 5 DETECT3=$(dpkg -l|grep python-daemon|wc -l) 6 7 if [ ${DETECT1} -ne 0 -a ${DETECT2} -ne 0 -a ${DETECT3} -ne 0 ]; then 5 8 exit 0 6 9 fi
Note: See TracChangeset
for help on using the changeset viewer.