diff options
author | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-01 08:51:20 -0700 |
---|---|---|
committer | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-01 08:51:20 -0700 |
commit | 3b8d0c44587d25fc7b034dc48e4c8db9259da615 (patch) | |
tree | ddc02d0d9e2669b542b749ce923938e4ac47596e /buildscripts/build/build_server.sh | |
parent | bd49a76dc3a26570fea6722f7ee94688420dc9b4 (diff) | |
download | chessh-3b8d0c44587d25fc7b034dc48e4c8db9259da615.tar.gz chessh-3b8d0c44587d25fc7b034dc48e4c8db9259da615.zip |
Multicast instead of .hosts.erlang
Diffstat (limited to 'buildscripts/build/build_server.sh')
-rwxr-xr-x | buildscripts/build/build_server.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/build/build_server.sh b/buildscripts/build/build_server.sh index 1857e6b..80e6e91 100755 --- a/buildscripts/build/build_server.sh +++ b/buildscripts/build/build_server.sh @@ -30,7 +30,6 @@ fi # Build cd $chessh_path [ -d "$chessh_path/priv/keys" ] && cp ~/keys/* "$chessh_path/priv/keys/" || cp -r ~/keys "$chessh_path/priv" -mv $HOME/.hosts.erlang . sudo docker build . -t chessh/server # Systemd service |