6 lines
86 B
Bash
6 lines
86 B
Bash
#!/bin/bash
|
|
|
|
git pull
|
|
sudo systemctl restart easycookapi
|
|
sudo systemctl restart nginx
|