bunkerweb/ui/linux-reload.sh

6 lines
43 B
Bash

#!/bin/sh
systemctl reload nginx
exit $?