diff options
-rw-r--r-- | main.go | 6 | ||||
-rwxr-xr-x | test.sh | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -702,8 +702,8 @@ func handleAPIOrphans(w http.ResponseWriter, r *http.Request) { // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// cmdRun runs a web UI against GD on ADDRESS. -func cmdRun(args []string) error { +// cmdWeb runs a web UI against GD on ADDRESS. +func cmdWeb(args []string) error { if len(args) != 2 { return errors.New("usage: GD ADDRESS") } @@ -2082,7 +2082,7 @@ var commands = map[string]struct { handler func(args []string) error }{ "init": {cmdInit}, - "run": {cmdRun}, + "web": {cmdWeb}, "import": {cmdImport}, "tag": {cmdTag}, "sync": {cmdSync}, @@ -14,7 +14,7 @@ cp -ra $HOME/Pictures/Anime $input ./gallery tag $target autotagger "DanBooru autotagger" \ < ../build-db/autotagger.tsv -./gallery run $target :8080 & +./gallery web $target :8080 & web=$! echo '{"path":"/tmp/Gi"}' | \ |