Skip to content

Commit

Permalink
Change default shell with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed Nov 19, 2024
1 parent 62d8229 commit 74b7b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/scripts/install-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ function install_services() {
sed -i "s|/home/panoptes|${HOME}|g" "${HOME}/conf_files/pocs-supervisord.conf"

# Reread the supervisord conf and restart.
supervisorctl reread
supervisorctl update
sudo supervisorctl reread
sudo supervisorctl update
}

install_services

0 comments on commit 74b7b82

Please sign in to comment.