Skip to content

Commit

Permalink
Merge pull request #350 from adrianM27/fix_l2_tests_for_memcr
Browse files Browse the repository at this point in the history
Fix L2 tests for memcr
  • Loading branch information
goruklu authored Nov 26, 2024
2 parents 25656ee + c36842a commit 40c9bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/vagrant/memcr/start_memcr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ LOCATOR=/tmp/memcrcom
sudo mkdir -p ${DUMPSDIR}
sudo chmod -R 777 ${DUMPSDIR}
find ${DUMPSDIR} -mindepth 1 -exec rm {} \;
sudo ~/memcr/memcr -d ${DUMPSDIR} -N -l ${LOCATOR} -f -z -e
sudo LD_PRELOAD=~/memcr/libencrypt.so ~/memcr/memcr -d ${DUMPSDIR} -N -l ${LOCATOR} -f -z -e

0 comments on commit 40c9bba

Please sign in to comment.