mirror of
https://github.com/YunoHost-Apps/dont-code_ynh.git
synced 2024-09-03 18:26:34 +02:00
4 lines
81 B
Bash
4 lines
81 B
Bash
#!/bin/bash
|
|
|
|
# Restart all dont-code services
|
|
sudo systemctl restart "__APP__-*"
|