Fix Password Bug for SOREMOTE

This commit is contained in:
Mike Reeves
2020-04-02 18:01:39 -04:00
parent 4c112453eb
commit 1b6222a04b
2 changed files with 3 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ add_soremote_user_master() {
$ADDUSER --uid 947 --gid 947 soremote
# Set the password for soremote that we got during setup
echo soremote:$REMOTEPASS1 | chpasswd --crypt-method=SHA512
echo soremote:$SOREMOTEPASS1 | chpasswd --crypt-method=SHA512
}