Skip to content

Commit

Permalink
Update server-launch.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Tatsuya Ishihara <tisihara@jp.ibm.com>
  • Loading branch information
daisukes and tatsuya-ishihara authored Jan 30, 2025
1 parent cc2d1d4 commit 91e70ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server-launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ done
shift $((OPTIND-1))

if [[ $development -eq 1 ]]; then
data_dir=$(find $scriptdir/cabot_sites -wholename */$CABOT_SITE/server_data | head -1)
data_dir=$(find $scriptdir/cabot_sites -wholename "*/$CABOT_SITE/server_data" | head -1)
else
data_dir=$(find $scriptdir/cabot_site_pkg -wholename */$CABOT_SITE/server_data | head -1)
data_dir=$(find $scriptdir/cabot_site_pkg -wholename "*/$CABOT_SITE/server_data" | head -1)
fi

## private variables
Expand Down

0 comments on commit 91e70ce

Please sign in to comment.