Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Modify base port
Browse files Browse the repository at this point in the history
  • Loading branch information
kikakkz committed Dec 17, 2023
1 parent 99a8ead commit 64521cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sed -i "s/foundationApp =.*/foundationApp = '$foundation_appid'/g" webui/src/con
sed -i "s/activityApp =.*/activityApp = '$activity_appid',/g" webui/src/const/index.ts

function run_new_service() {
BASE_PORT=8080
BASE_PORT=9080
port=`expr $BASE_PORT + $1`
print $'\U01f499' $LIGHTGREEN " Wallet of $port service ..."
linera --with-wallet $1 wallet show
Expand Down

0 comments on commit 64521cc

Please sign in to comment.