_dump/restart.sh

7 lines
86 B
Bash
Executable File

#!/bin/sh
# restart
sudo umount /Data
sudo systemctl stop mysql
sudo shutdown -r now