Skip to content

Commit

Permalink
fix: invalid syntax when setting up socketio
Browse files Browse the repository at this point in the history
  • Loading branch information
flexy2ky committed Jan 28, 2024
1 parent df36305 commit 2513d65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions erpnext_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -367,12 +367,13 @@ case "$continue_prod" in
bench --site $site_name scheduler enable && \
bench --site $site_name scheduler resume && \
if [[ "$bench_version" == "version-15" ]]; then
echo -e "${YELLOW}Setting up Socketio, Redis and Supervisor...${NC}"
sleep 1
bench setup socketio
bench setup supervisor
yes | bench setup supervisor
bench setup redis
sudo supervisorctl reload
fi
&& \
echo -e "${YELLOW}Restarting bench to apply all changes and optimizing environment pernissions.${NC}"
sleep 1

Expand Down

0 comments on commit 2513d65

Please sign in to comment.