diff --git a/xCAT-server/xCAT-server.spec b/xCAT-server/xCAT-server.spec index 3a403a900..e595a0425 100644 --- a/xCAT-server/xCAT-server.spec +++ b/xCAT-server/xCAT-server.spec @@ -200,6 +200,7 @@ if [ "$1" -gt "1" ]; then #only on upgrade for AIX... if [ -n "$INUCLIENTS" ] && [ $INUCLIENTS -eq 1 ]; then #Do nothing in not running system + echo "Do not restartxcatd in not running system" else XCATROOT=$RPM_INSTALL_PREFIX0 $RPM_INSTALL_PREFIX0/sbin/restartxcatd -r fi