mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-26 01:20:29 +00:00
03bf595525
The packages are built after each tag/commit Fixes #176
6 lines
138 B
Bash
6 lines
138 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
|
|
deb-systemd-invoke stop sftpgo.service >/dev/null || true
|
|
fi
|