Logo white

Alexey Boroda / artbox-call

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • artbox-call
  • vagrant
  • provision
  • always-as-root.sh
  • first commit
    54f2fc2b
    Alexey Boroda authored
    2018-02-26 18:55:45 +0200  
    Browse Code ยป
always-as-root.sh 222 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
#!/usr/bin/env bash

source /app/vagrant/provision/common.sh

#== Provision script ==

info "Provision-script user: `whoami`"

info "Restart web-stack"
service php7.0-fpm restart
service nginx restart
service mysql restart