Skip to content

Commit 74b7b82

Browse files
committed
Change default shell with sudo
1 parent 62d8229 commit 74b7b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/scripts/install-services.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ function install_services() {
1414
sed -i "s|/home/panoptes|${HOME}|g" "${HOME}/conf_files/pocs-supervisord.conf"
1515

1616
# Reread the supervisord conf and restart.
17-
supervisorctl reread
18-
supervisorctl update
17+
sudo supervisorctl reread
18+
sudo supervisorctl update
1919
}
2020

2121
install_services

0 commit comments

Comments
 (0)