X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=start_server_client_union.sh;fp=start_server_client_union.sh;h=676e6740b3aac91c7e8f67d29fed5ce9e767f0d7;hb=45f5aed9ded519f5ace770820c2aa84f5c736b8c;hp=74872c773f59651df3d5b893eb515b0864bca33f;hpb=fe181abb53dad216781c36967033f8c55cbf1c71;p=plomrogue diff --git a/start_server_client_union.sh b/start_server_client_union.sh index 74872c7..676e674 100755 --- a/start_server_client_union.sh +++ b/start_server_client_union.sh @@ -21,8 +21,8 @@ fi # Give helpful message to players that want to start without compiling first. if [ ! -e ./libplomrogue.so ] then - echo 'No ./libplomrogue.so library found. Try "./build.sh" first?' - false + echo 'No ./libplomrogue.so library found. Building …' + ./build.sh fi # Use shell script's arguments for server and pipe server output to log file.