Skip to content
Snippets Groups Projects
Verified Commit 697824ee authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

Use Europe/Prague as default timezone

parent 2dbcdc2a
Branches
Tags
No related merge requests found
......@@ -39,7 +39,8 @@ index fa14868..edcc7f9 100755
delete system.@system[0]
add system system
- set system.@system[-1].hostname='OpenWrt'
- set system.@system[-1].timezone='UTC'
+ set system.@system[-1].hostname='turris'
set system.@system[-1].timezone='UTC'
+ set system.@system[-1].timezone='Europe/Prague'
set system.@system[-1].ttylogin='0'
set system.@system[-1].log_size='64'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment