Skip to content
Snippets Groups Projects
Commit d30773b8 authored by Bob Mottram's avatar Bob Mottram
Browse files

Update database backup to using password manager

parent 6a176f02
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,11 @@ if [ $DEVELOPMENT_BRANCH ]; then
fi
fi
if grep "cat /root/dbpass" /usr/bin/backupdatabases; then
# update to using the password manager
sed -i "s|cat /root/dbpass|freedombone-pass -u root -a mariadb|g" /usr/bin/backupdatabases
fi
update-ca-certificates
read_repo_servers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment