Hide the passwords
This commit is contained in:
@@ -341,6 +341,18 @@
|
||||
function managerRestartMessage(result, savedMessage) {
|
||||
const restart = result.manager_restart;
|
||||
if (!restart?.attempted) {
|
||||
if (restart?.reason === "first_install") {
|
||||
return {
|
||||
message: `${savedMessage} Prima installazione: manager fis_manager non ancora avviato. Esegui ./install.sh quando sei pronto.`,
|
||||
kind: "ok"
|
||||
};
|
||||
}
|
||||
if (restart?.reason === "manager_not_running") {
|
||||
return {
|
||||
message: `${savedMessage} Manager fis_manager non ancora avviato. Esegui ./install.sh quando sei pronto.`,
|
||||
kind: "ok"
|
||||
};
|
||||
}
|
||||
return {
|
||||
message: `${savedMessage} Nessuna modifica rilevata: restart non necessario.`,
|
||||
kind: "ok"
|
||||
|
||||
Reference in New Issue
Block a user