mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-22 23:03:29 +00:00
Update post-installation message on container downloads
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copyright OpenFaaS Ltd 2025
|
||||
|
||||
set -e # stop on error
|
||||
set -o pipefail
|
||||
|
||||
@ -104,7 +106,6 @@ echo ""
|
||||
echo "sudo mkdir -p /var/lib/faasd/secrets"
|
||||
echo "sudo nano /var/lib/faasd/secrets/openfaas_license"
|
||||
echo ""
|
||||
echo ""
|
||||
echo "4. Then perform the final installation steps"
|
||||
echo ""
|
||||
echo "sudo -E sh -c \"cd ${tmpdir}/var/lib/faasd && faasd install\""
|
||||
|
Reference in New Issue
Block a user