1
0
mirror of https://github.com/AAAAAEXQOSyIpN2JZ0ehUQ/SSHPLUS-MANAGER-FREE.git synced 2025-01-31 06:01:31 +00:00
AAAAAEXQOSyIpN2JZ0ehUQ 5c6266f64a Update Script
2021-02-03 13:17:25 -03:00

6 lines
269 B
Bash

#!/bin/bash
clear
DirBackup="banco19157"
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