Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change ZOOBEE to KIPR #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Working on issue KIPR-Update#1. Changed zoobee_launcher.sh to kipr_la…
…uncher.sh. Changed the echo [ZOOBEE] ... to echo [KIPR] ... Changed wombat_update.sh to target kipr_launcher.sh
Erin Harrington committed Jul 28, 2022
commit 9382ec06ea1c84838f69ab2fa53eafbbfd48d706
2 changes: 1 addition & 1 deletion files/zoobee_launcher.sh → files/kipr_launcher.sh
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# Bash script to launch harrogate web IDE and botui GUI
# created 30 Nov 2018

echo [ZOOBEE] Launching harrogate server.js and botui GUI
echo [KIPR] Launching harrogate server.js and botui GUI
sudo python wifi_configurator.py &
cd harrogate
sudo node server.js &
2 changes: 1 addition & 1 deletion wombat_update.sh
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ cd $HOME
###############################

#sh file needed to start the botui
TARGET=files/zoobee_launcher.sh
TARGET=files/kipr_launcher.sh
echo "Copying the launcher"
cp $TARGET /home/root
cp $TARGET /home/root/harrogate