1
0
mirror of https://github.com/AAAAAEXQOSyIpN2JZ0ehUQ/SSHPLUS-MANAGER-FREE.git synced 2025-02-07 11:19:41 +00:00
AAAAAEXQOSyIpN2JZ0ehUQ 9aa2124f4d Update Script
2023-09-05 16:04:01 -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