oduwsdl/raintale

set-raintale-database.sh: references non-existent hypercane_with_wooey directory

Closed this issue · 2 comments

ato commented
writing database information to /opt/raintale/raintale-gui/../hypercane_with_wooey/hypercane_with_wooey/settings/user_settings.py
/opt/raintale/raintale-gui/set-raintale-database.sh: line 118: /opt/raintale/raintale-gui/../hypercane_with_wooey/hypercane_with_wooey/settings/user_settings.py: No such file or directory

I assume that should be raintale_with_wooey not hypercane_with_wooey. There are some other references to hypercane in the script that probably don't belong:

echo "the command '$command' is required to install Hypercane; it was not detected in your PATH"

WOOEY_DIR="${SCRIPT_DIR}/../hypercane_with_wooey"

settings_file=${WOOEY_DIR}/hypercane_with_wooey/settings/user_settings.py

# add Hypercane scripts

As noted in #42, this was due to a bad copy/paste. Thanks.

ato commented

I tested the new version and this problem was resolved.