--- cdrom.image/sme9/product/installclasses/server.py 2013/03/11 18:03:05 1.1 +++ cdrom.image/sme9/product/installclasses/server.py 2013/03/16 14:17:28 1.2 @@ -105,12 +105,12 @@ class InstallClass(SMEInstallClass): w = anaconda.intf.waitWindow(_("Post Upgrade"), _("Performing post-upgrade configuration")) log.info("Running post-upgrade action script") - script = Script( "#!/bin/sh\n/sbin/rsyslogd ; sleep 2; /sbin/e-smith/signal-event post-upgrade\n" ) + script = Script( "#!/bin/sh\n/sbin/rsyslogd; sleep 2; /sbin/e-smith/signal-event post-upgrade; touch /forcequotacheck\n" ) else: w = anaconda.intf.waitWindow(_("Post Installation"), _("Performing post-installation configuration")) log.info("Running post-install action script") - script = Script( "#!/bin/sh\n/sbin/rsyslogd ; sleep 2; /sbin/e-smith/signal-event post-install\n" ) + script = Script( "#!/bin/sh\n/sbin/rsyslogd; sleep 2; /sbin/e-smith/signal-event post-install; touch /forcequotacheck\n" ) script.run(anaconda.rootPath, flags.serial, anaconda.intf) if anaconda.intf is not None: