Skip to content

Commit

Permalink
Revert bench directory to default
Browse files Browse the repository at this point in the history
  • Loading branch information
flexcomng authored May 22, 2024
1 parent 90adfb6 commit bed6b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erpnext_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ sudo pip3 install frappe-bench
# Initiate bench in frappe-bench folder, but get a supervisor can't restart bench error...
echo -e "${YELLOW}Initialising bench in frappe-bench folder.${NC}"
echo -e "${LIGHT_BLUE}If you get a restart failed, don't worry, we will resolve that later.${NC}"
bench init v14-bench --version $bench_version --verbose
bench init frappe-bench --version $bench_version --verbose
echo -e "${GREEN}Bench installation complete!${NC}"
sleep 1

Expand All @@ -362,7 +362,7 @@ sleep 2
echo -e "${YELLOW}Now setting up your site. This might take a few minutes. Please wait...${NC}"
sleep 1
# Change directory to frappe-bench
cd v14-bench && \
cd frappe-bench && \

sudo chmod -R o+rx /home/$(echo $USER)

Expand Down

0 comments on commit bed6b1e

Please sign in to comment.