This commit is contained in:
Christian Rotzoll 2019-03-17 16:39:43 +01:00
parent 0f0dd71c61
commit 57839ea8fd

View file

@ -123,7 +123,7 @@ while :
fi
# check if recovering/upgrade is running
if [ "${state}" = "repair" ] || [ "${state}" = "retorrent" ] || [ "${state}" = "recopy" ] ; then
if [ "${state}" = "repair" ] || [ "${state}" = "retorrent" ] || [ "${state}" = "recopy" ]; then
l1="Repair Mode\n"
l2="ssh admin@${localip}\n"
l3="Use password: PasswordA\n"