1
0
mirror of https://github.com/AAAAAEXQOSyIpN2JZ0ehUQ/SSHPLUS-MANAGER-FREE.git synced 2025-02-12 09:08:01 +00:00
AAAAAEXQOSyIpN2JZ0ehUQ e10d893a2e Update Script
2021-12-30 15:28:11 -03:00

6 lines
269 B
Bash

#!/bin/bash
clear
DirBackup="banco28653"
rm /var/www/html/admin/pages/apis/$DirBackup/sshplus.sql > /dev/null 2>&1
senha=$(cat /var/www/html/pages/system/pass.php |cut -d"'" -f2)
mysqldump -u root -p$senha sshplus > /var/www/html/admin/pages/apis/$DirBackup/sshplus.sql