Skip to content

Commit

Permalink
fix: Add supervisor reload
Browse files Browse the repository at this point in the history
  • Loading branch information
poppabear8883 committed Aug 14, 2018
1 parent 7287fa9 commit b9a0452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Installer/UNIT3D/Unit3dSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ protected function setup()
$this->process([
'supervisorctl reread',
'supervisorctl update',
'supervisorctl reload',
'wget -q -O /tmp/libpng12.deb http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb',
'dpkg -i /tmp/libpng12.deb',
'rm /tmp/libpng12.deb'
Expand Down

0 comments on commit b9a0452

Please sign in to comment.