summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xuser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/user.sh b/user.sh
index 3843b04..ac229c9 100755
--- a/user.sh
+++ b/user.sh
@@ -6,7 +6,7 @@
6source deploy.conf 6source deploy.conf
7 7
8# Disable root password 8# Disable root password
9passwd -l root 9sudo passwd -l root
10 10
11# Get and deploy dotfiles 11# Get and deploy dotfiles
12echo "backing up current home directory to ~/home_backup" 12echo "backing up current home directory to ~/home_backup"