summaryrefslogtreecommitdiff
path: root/debian/pixelated-user-agent.postinst
AgeCommit message (Collapse)Author
2017-02-07Revert "[#918] Adds verbose output for post-install script"Thais Siqueira
This reverts commit 9a8df480a57ad68153b9ac5e2d4017a9cbfb57f9.
2017-02-07[#918] Adds exit status to post install scriptThais Siqueira
Without `exit X` the scritp gets the exit status from last command. So it was getting the exit status from `systemctl -q is-active pixelated-server.service` when pixelated-server wasn't running. with @deniscostadsc
2017-02-07[#918] Adds verbose output for post-install scriptThais Siqueira
With @deniscostadsc
2017-02-06Revert "[#918] Reverts the postinstall script"Thais Siqueira
This reverts commit 98abd30f1ecf7c8d6ef3d5ecce90396a2868a1fc.
2017-02-02[#918] Reverts the postinstall scriptThais Siqueira
Related with PR #949: https://github.com/pixelated/pixelated-user-agent/pull/949
2017-01-27Only restart pixelated-server if service is active and systemd existsAnike Arni
2017-01-26[#918] Adds scritp to restart pixelated-serverDenis Costa
After upgrading Pixelated User Agent package this script will restart the server in order to have the newest code running.