From 6563202e6775a0d9a58c77618d5af3c985f66bb2 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Thu, 28 Nov 2024 17:38:09 +0600 Subject: [PATCH] Change of password getting command --- source/ubinstall-gtk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubinstall-gtk.h b/source/ubinstall-gtk.h index a5930d3..d538577 100755 --- a/source/ubinstall-gtk.h +++ b/source/ubinstall-gtk.h @@ -124,7 +124,7 @@ NULL #define set_user_config_command(parameters) yon_char_unite("ubconfig --target system set [autoinstall] ",parameters,";nice ubinstall2 autoconfig",NULL) #define save_additional_config_command(parameters) yon_char_unite("ubconfig --target system set [autoinstall] ",parameters,NULL) -#define get_default_password_command "ubconfig --raw --conarg --default --source global get [users] NOSECUREROOTPASSWD" +#define get_default_password_command "ubconfig --raw --conarg --source default get [users] NOSECUREROOTPASSWD" #define open_gparted_command "gparted"