improve meta-info.env

This commit is contained in:
2023-01-19 23:10:36 +05:30
parent f74a2c124e
commit 66094fad5a
2 changed files with 7 additions and 6 deletions

View File

@@ -42,6 +42,7 @@ func SignupPage(c *fiber.Ctx) error {
"echo \"${pass}\" > /home/" + username + "/pass\n" +
"chmod 600 /home/" + username + "/pass\n" +
"chown " + username + ":" + username + " /home/" + username + "/pass\n" +
"sed s/REPLACEME/" + username + "/g /home/" + username + "/meta-info.env\n" +
"echo \"" + username + "'s account has been created!\""
// write to file