Merge pull request 'Command fix' (#176) from YanTheKaller/ubl-settings-datetime:master into master

Reviewed-on: #176
pull/189/head v2.20
Dmitry Razumov 8 months ago
commit 4509791a7e

@ -28,7 +28,7 @@
#define icon_name "com.ublinux.ubl-settings-datetime"
#define yon_config_get_custom_command(target) yon_char_unite("ubconfig --source ",target," get clock HWCLOCK_SYNC ZONE","; ", "ubconfig --source ",target," get et network NTPSERVERS",NULL)
#define yon_config_get_custom_command(target) yon_char_unite("ubconfig --source ",target," get clock HWCLOCK_SYNC ZONE", "ubconfig --source ",target," get network NTPSERVERS",NULL)
#define config_get_local_command "ubconfig --source system get clock HWCLOCK_SYNC ZONE", "ubconfig --source system get network NTPSERVERS"
#define config_get_global_command "ubconfig --source global get clock HWCLOCK_SYNC ZONE", "ubconfig --source global get network NTPSERVERS"
#define config_get_default_command ""

Loading…
Cancel
Save