Skip to content

Commit dc3ac08

Browse files
author
lerndevops
authored
Update setup-user.sh
1 parent 2fd7f36 commit dc3ac08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/setup-user.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ update_conf()
107107

108108
USER="devops"
109109
GROUP="devops"
110-
passw="jdokuans"
110+
passw="today@1234"
111111

112112
if [ -f /etc/os-release ];then
113113
osname=`grep ID /etc/os-release | egrep -v 'VERSION|LIKE|VARIANT' | cut -d'=' -f2 | sed -e 's/"//' -e 's/"//'`

0 commit comments

Comments
 (0)