Active Topics

 


Reply
Thread Tools
Posts: 330 | Thanked: 860 times | Joined on May 2011
#31
Originally Posted by olf View Post
...
Hence using
Code:
if [ ! "$passhash" = "$encpass" ]; then
there and three lines above would make the password comparison always correctly fail
...
Ok, thanks, it works.


Originally Posted by olf View Post
...
Then you may also leave Backup-Menus's code as it is.
...
Sure, but if we can make BM code cleaner by the way...
 

The Following 2 Users Say Thank You to ric9K For This Useful Post:
Posts: 330 | Thanked: 860 times | Joined on May 2011
#32
Originally Posted by Halftux View Post
The files get copied to a temp directory. But now the new openssl and the old libssl get copied.

Code:
cp /usr/lib/libssl.so.0.9.8 /tmp/disk/usr/lib/
/usr/share/backupmenu/extrafiles.tar.gz has a filelist.txt inside, which list copied files and mounted folders. In principle you need to remove the old libssl library and add the new one.
Working.
Added
Code:
cp /usr/lib/libssl.so.1.1 /tmp/disk/usr/lib/
cp /usr/lib/libcrypto.so.1.1 /tmp/disk/usr/lib/
Backupmenu now manages passwords correctly.
 

The Following 5 Users Say Thank You to ric9K For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 02:56.