quote the echo account created part
This commit is contained in:
parent
a10b9a75c2
commit
a61367953b
@ -43,7 +43,7 @@ func SignupPage(c *fiber.Ctx) error {
|
||||
"# This file is generated by publapi. Do not edit this file.\n" +
|
||||
"useradd -Um -s /bin/bash " + username + "\n" +
|
||||
"printf \"%s\\n%s\"" + " '" + pass + "' '" + pass + "' | passwd " + username + "\n" +
|
||||
"echo " + username + "'s account has been created!"
|
||||
"echo \"" + username + "'s account has been created!\""
|
||||
|
||||
fmt.Println(bashscript)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user