_dump/off.sh

7 lines
79 B
Bash
Executable File

#!/bin/sh
# off
sudo umount /Data
sudo systemctl stop mysql
sudo shutdown now