mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
Fixed bug in setup script (#119)
Co-authored-by: 諏訪子 <suwako@076.moe> Reviewed-on: https://codeberg.org/gothub/gothub/pulls/119 Co-authored-by: TechnicalSuwako <technicalsuwako@noreply.codeberg.org> Co-committed-by: TechnicalSuwako <technicalsuwako@noreply.codeberg.org>
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ func setup() {
|
||||
f.WriteString("GOTHUB_INSTANCE_PRIVACY_POLICY=" + vars.PrivacyPolicy + "\n")
|
||||
f.WriteString("GOTHUB_INSTANCE_COUNTRY=" + vars.InstanceCountry + "\n")
|
||||
f.WriteString("GOTHUB_INSTANCE_PROVIDER=" + vars.InstanceProvider + "\n")
|
||||
f.WriteString("GOTHUB_INSTANCE_CLOUDFLARE=" + vars.CloudflareStatus)
|
||||
f.WriteString("GOTHUB_INSTANCE_CLOUDFLARE=" + vars.CloudflareStatus + "\n")
|
||||
f.WriteString("GOTHUB_PROXYING_ENABLED=" + vars.Proxying)
|
||||
|
||||
println("All done! You can now start your GotHub instance with 'gothub serve'.")
|
||||
|
||||
Reference in New Issue
Block a user