_dump/restart.sh

7 lines
86 B
Bash
Raw Permalink Normal View History

2023-10-11 21:29:03 +02:00
#!/bin/sh
# restart
2023-10-11 21:29:03 +02:00
sudo umount /Data
sudo systemctl stop mysql
sudo shutdown -r now