fixes the isn client update

broken/ef
Paul Schneider 3 years ago
parent cd3629a5a0
commit df55836c58
1 changed files with 1 additions and 1 deletions

@ -7,5 +7,5 @@ sudo systemctl stop isnd
sudo cp -a src/isnd/bin/Release/netcoreapp2.1/publish/* /srv/www/isnd sudo cp -a src/isnd/bin/Release/netcoreapp2.1/publish/* /srv/www/isnd
sudo systemctl start isnd sudo systemctl start isnd
# MAJ du client # MAJ du client
sudo cp -a src/isn/bin/Release/netcoreapp2.1/* /usr/local/lib/isn sudo cp -a src/isn/bin/Release/net472/* /usr/local/lib/isn
sudo chmod +x /usr/local/lib/isn/isn.exe sudo chmod +x /usr/local/lib/isn/isn.exe

Loading…