8
0
mirror of https://github.com/key-networks/ztncui.git synced 2024-08-31 04:28:00 +00:00

Static linking libstdc++ to argon2.node to remove dependency on shared lib

This commit is contained in:
Key Networks
2018-01-04 15:28:16 +08:00
parent fdce206bcc
commit d8174f3b5b
4 changed files with 59 additions and 5 deletions

11
build/after-install.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
ETC='/opt/key-networks/ztncui/etc'
echo "Copying default password file..."
cp -v $ETC/default.passwd $ETC/passwd
if [ $? -eq 0 ]; then
exit 0
else
exit 1
fi