Compare commits

..

No commits in common. "804366e331410e04a908c8308a4d0b4515f1a870" and "3c8224cb4dd05b921371bd3c985b318b68751e40" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ func main() {
app.filesDir = "./files"
}
if app.port == ":" {
if app.port == "" {
slog.Info("running on default port")
app.port = ":3235"
} else {

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
echo "Press enter to use the default value '[value]' or use a custom value"
read -p "Server domain name - this is the end url of where abyss will be hosted []: " -e ABYSS_URL