Skip to content

Commit

Permalink
Add status message for post-installation
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Feb 2, 2021
1 parent b475aa8 commit 3d0adec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ func runInstall(_ *cobra.Command, _ []string) error {
return err
}

fmt.Println(`Login with:
fmt.Println(`Check status with:
sudo journalctl -u faasd --lines 100 -f
Login with:
sudo cat /var/lib/faasd/secrets/basic-auth-password | faas-cli login -s`)

return nil
Expand Down

0 comments on commit 3d0adec

Please sign in to comment.