diff options
Diffstat (limited to 'replicate-db')
-rwxr-xr-x | replicate-db | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/replicate-db b/replicate-db index a4e8635..a1327ec 100755 --- a/replicate-db +++ b/replicate-db @@ -28,7 +28,7 @@ fi read -p 'enter new root-pw: ' -s -r root_pw printf '\n' -read -p 'enter replikat-pw: ' -s -r replikat_pw +read -p 'enter replikat-pw: ' -s -r replikat_pw printf '\n' sudo pacman -S --noconfirm mariadb stunnel |