Skip to content

Commit 5a3de61

Browse files
committed
Fix unterminated single quote error in install script
1 parent a42b5c9 commit 5a3de61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/install-pulse.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -826,13 +826,13 @@ configure_environment() {
826826
print_info "You need a Proxmox API Token. You can create one via the Proxmox Web UI,"
827827
print_info "or run the following commands on your Proxmox host shell:"
828828
echo "----------------------------------------------------------------------"
829-
echo '
829+
echo " # 1. Create user 'pulse-monitor' [enter password when prompted]:"
830830
echo " pveum useradd pulse-monitor@pam -comment "API user for Pulse monitoring""
831-
echo ' '
832-
echo '
831+
echo ' '
832+
echo " # 2. Create API token 'pulse' for user [COPY THE SECRET VALUE!]:"
833833
echo " pveum user token add pulse-monitor@pam pulse --privsep=1"
834-
echo ' '
835-
echo '
834+
echo ' '
835+
echo " # 3. Assign PVEAuditor role to user:"
836836
echo " pveum acl modify / -user pulse-monitor@pam -role PVEAuditor"
837837
echo "----------------------------------------------------------------------"
838838
echo "After running the 'token add' command, copy the Token ID and Secret Value"

0 commit comments

Comments
 (0)