Update nc funzt nicht

Hallo habe hier nc 28.0 auf einem Webspace laufen den ich gerne mal upgedatet hätte, was aber mit nichten funzt.

Vom NC via Weboberfläche erhalte ich fogendes:

Authentication

To login you need to provide the unhashed value of "updater.secret" in your config file.

If you don't know that value, you can access this updater directly via the Nextcloud admin screen or generate your own secret:
php -r '$password = trim(shell_exec("openssl rand -base64 48"));if(strlen($password) === 64) {$hash = password_hash($password, PASSWORD_DEFAULT) . "\n"; echo "Insert as \"updater.secret\": ".$hash; echo "The plaintext value is: ".$password."\n";}else{echo "Could not execute OpenSSL.\n";};'

Nun wenn ich dem folge leiste und in der config.php den updater.secret’ =>Pfad mit der Ausgabe der Konsole speichere, funzt es dennoch nicht.

ausführliche Anleitung: Updater.secret hash issue when using the web updater

thx, genau so habe ich es getan, jedoch logt sich der updater nicht ein, erhalte immer wieder das Authentication Fenster