update @ Sun 5 Sep 02:30:22 EEST 2021

This commit is contained in:
Ari Archer 2021-09-05 02:30:22 +03:00
parent 6119e2a127
commit a23aac5a6d

View file

@ -106,7 +106,7 @@ function su(cmd) {
password_hash = hash(prompt('Enter your password')); password_hash = hash(prompt('Enter your password'));
} }
if (!password_hash) { if (!password_hash && !root) {
return 'Not authenticated. (empty password)' return 'Not authenticated. (empty password)'
} }