From fcc385ef5b8bb40d674387d78d78415bc459d7cc Mon Sep 17 00:00:00 2001 From: Gogs Date: Sun, 10 May 2020 19:38:17 +0400 Subject: [PATCH] Updates --- shell/{1-UpdateClient.sh => 0-UpdateClient.sh} | 0 shell/{0-CheckSystem.sh => 1-CheckSystem.sh} | 0 shell/2-InstallService.sh | 1 + 3 files changed, 1 insertion(+) rename shell/{1-UpdateClient.sh => 0-UpdateClient.sh} (100%) rename shell/{0-CheckSystem.sh => 1-CheckSystem.sh} (100%) diff --git a/shell/1-UpdateClient.sh b/shell/0-UpdateClient.sh similarity index 100% rename from shell/1-UpdateClient.sh rename to shell/0-UpdateClient.sh diff --git a/shell/0-CheckSystem.sh b/shell/1-CheckSystem.sh similarity index 100% rename from shell/0-CheckSystem.sh rename to shell/1-CheckSystem.sh diff --git a/shell/2-InstallService.sh b/shell/2-InstallService.sh index 186f41d..5965e2e 100755 --- a/shell/2-InstallService.sh +++ b/shell/2-InstallService.sh @@ -9,6 +9,7 @@ echo '[Unit] Description=Запуск '$ServiceName' [Service] +WorkingDirectory='$PWD' ExecStart='$PWD'/shell/Gunicorn.sh User='$USER' Group='$USER'