Skip to content

Commit

Permalink
make sure apply sql has the correct env vars set
Browse files Browse the repository at this point in the history
  • Loading branch information
bdzim committed Aug 29, 2013
1 parent 8bc6684 commit ac54abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/finish_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo mkdir -p /etc/service/openmanage/supervise
sudo ln -s $OPENMANAGE_ROOT/etc/service/openmanage/run /etc/service/openmanage/run
sudo sv start openmanage

sudo python $HOME/netkes/upgrade/apply_sql.py
python $HOME/netkes/upgrade/apply_sql.py

if [ -e $OPENMANAGE_ROOT/netkes/account_mgr/user_source/ldap_source.py ]; then
echo "Now we're going to start the initial LDAP->SpiderOak account sync.
Expand Down

0 comments on commit ac54abe

Please sign in to comment.