Add update server before initializing | Fix var assignation issue

This commit is contained in:
2025-01-23 21:51:09 -03:00
parent feb4056a84
commit c08b6d393e
5 changed files with 15 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
function create_user() {
username = $1
username=$1
echo "[ USER ]: Starting user setup"
sudo useradd $username