📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 06:11:08
📂
/ (Root)
/
lib
/
dracut
/
modules.d
/
00warpclock
📍 /lib/dracut/modules.d/00warpclock
🔄 Refresh
✏️
Editing: warpclock.sh
Read Only
#!/bin/sh if test -e /etc/adjtime ; then while read line ; do if test "$line" = LOCAL ; then hwclock --systz fi done < /etc/adjtime fi
💾 Save Changes
❌ Cancel