From 2a0bd784bfa6c470832f1c7770b8d83710d365e8 Mon Sep 17 00:00:00 2001 From: Miraty Date: Sat, 3 Jun 2023 18:47:53 +0200 Subject: [PATCH] Fix sftpgo.sh compilation script for Debian --- root/sftpgo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/sftpgo.sh b/root/sftpgo.sh index 173a048..ad8178b 100644 --- a/root/sftpgo.sh +++ b/root/sftpgo.sh @@ -2,7 +2,7 @@ source /etc/os-release export GO=/usr/bin/go -if [[ $OS = "debian" ]]; then +if [[ $ID = "debian" ]]; then export GO=/usr/lib/go-1.19/bin/go fi