mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Add update-lang-cache script.
This script can be used, to update the language cache if any strings will be added or modified.
This commit is contained in:
@@ -75,6 +75,7 @@ usr/local/bin/setddns.pl
|
||||
usr/local/bin/settime
|
||||
usr/local/bin/timecheck
|
||||
#usr/local/bin/uname
|
||||
usr/local/bin/update-lang-cache
|
||||
usr/local/bin/vpn-watch
|
||||
#usr/local/include
|
||||
#usr/local/lib
|
||||
|
||||
3
src/scripts/update-lang-cache
Normal file
3
src/scripts/update-lang-cache
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
perl -e "require '//var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||
|
||||
Reference in New Issue
Block a user