Projet

Général

Profil

0001-debian-fix-trigger-to-call-the-right-command-9599.patch

Frédéric Péters, 12 janvier 2016 11:25

Télécharger (705 octets)

Voir les différences:

Subject: [PATCH] debian: fix trigger to call the right command (#9599)

 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
debian/postinst
24 24
    ;;
25 25

  
26 26
    triggered)
27
        su -c "$COMMAND check_hobos --redeploy" $WCS_USER
27
        su -c "$COMMAND hobo_deploy --redeploy" $WCS_USER
28 28
    ;;
29 29

  
30 30
    abort-upgrade|abort-remove|abort-deconfigure)
31
-