aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-01-03 03:08:19 +1100
committerDavid Timber <mieabby@gmail.com>2020-01-03 03:08:19 +1100
commit9a2a07861e3919ea2d8f3b4f36e2d51d7748ba9d (patch)
tree4cb2cea83cc440e67abef03e70b089369b0fecc6 /scripts
parented809a51fdd1c313cd256301ef6f7211e8394cb1 (diff)
checkpoint
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-all.sh b/scripts/build-all.sh
index e24cf5b..31c31ae 100755
--- a/scripts/build-all.sh
+++ b/scripts/build-all.sh
@@ -54,7 +54,7 @@ fi
make distclean
# native build for tools
-./configure && make -j$(nproc) && cp -a src/proone-pack "$PROONE_PACKER" && cp -a src/proone-unpack "$PROONE_UNPACKER" && make distclean
+./configure $PROONE_AM_CONF && make -j$(nproc) && cp -a src/proone-pack "$PROONE_PACKER" && cp -a src/proone-unpack "$PROONE_UNPACKER" && make distclean
if [ $? -ne 0 ]; then
exit $?
fi
@@ -68,7 +68,7 @@ for (( i = 0; i < ARR_SIZE; i += 1 )); do
done
# pack
-echo "" > "$PROONE_BIN_ARCHIVE" # don't include the credential line
+echo "bwEYAZaX8Zu9X1C6024h" > "$PROONE_BIN_ARCHIVE" # "test":"password"
"$PROONE_PACKER" "$PROONE_BIN_PREFIX."* | pigz -z - | base64 >> "$PROONE_BIN_ARCHIVE"
if [ $? -ne 0 ]; then
exit $?