4 lines
90 B
Bash
Executable file
4 lines
90 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Restart the website systemd service
|
|
sudo systemctl restart website.service
|