1
0

Remove useless log

This commit is contained in:
nicolas.dorier
2019-07-03 17:21:06 +09:00
parent 75b5788d56
commit bf2751cacb

View File

@@ -452,7 +452,6 @@ WantedBy=multi-user.target" > /etc/systemd/system/btcpayserver.service
systemctl start btcpayserver
echo "BTCPay Server started"
fi
$START && echo "Impossible to start a systemctl service in chroot... skipping"
elif $STARTUP_REGISTER && [[ -x "$(command -v initctl)" ]]; then
# Use upstart
echo "Using upstart"