Compare commits
No commits in common. "804366e331410e04a908c8308a4d0b4515f1a870" and "3c8224cb4dd05b921371bd3c985b318b68751e40" have entirely different histories.
804366e331
...
3c8224cb4d
2
abyss.go
2
abyss.go
@ -43,7 +43,7 @@ func main() {
|
|||||||
app.filesDir = "./files"
|
app.filesDir = "./files"
|
||||||
}
|
}
|
||||||
|
|
||||||
if app.port == ":" {
|
if app.port == "" {
|
||||||
slog.Info("running on default port")
|
slog.Info("running on default port")
|
||||||
app.port = ":3235"
|
app.port = ":3235"
|
||||||
} else {
|
} else {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
echo "Press enter to use the default value '[value]' or use a custom value"
|
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
|
read -p "Server domain name - this is the end url of where abyss will be hosted []: " -e ABYSS_URL
|
||||||
|
Loading…
Reference in New Issue
Block a user