diff --git a/prep/gs-install.sh b/prep/gs-install.sh index cc344f0..369b294 100644 --- a/prep/gs-install.sh +++ b/prep/gs-install.sh @@ -198,7 +198,7 @@ else git clone https://github.com/vmstan/gravity-sync.git echo -e "[${BLUE}>${NC}] Starting Gravity Sync Configuration" echo -e "========================================================" - sh gravity-sync/gravity-sync.sh configure <&1 + ./gravity-sync/gravity-sync.sh configure <&1 # echo -e "[${YELLOW}i${NC}] This host is now prepared to configure Gravity Sync!" # echo -e "[${YELLOW}i${NC}] Please run './gravity-sync configure' from $HOME/gravity-sync" # echo -e "[${YELLOW}i${NC}] Visit https://github.com/vmstan/gravity-sync for more instructions."