Static linking libstdc++ to argon2.node to remove dependency on shared lib
This commit is contained in:
Executable
+11
@@ -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
|
||||
Reference in New Issue
Block a user