GLUED: renamed packages to rules, cfg_dir_packages to cfg_dir_rules.
This commit is contained in:
12
rules/filesystem/fs/sbin/version
Executable file
12
rules/filesystem/fs/sbin/version
Executable file
@@ -0,0 +1,12 @@
|
||||
#! /bin/sh
|
||||
|
||||
config='/etc/config'
|
||||
|
||||
if [ -f "$config" ]; then
|
||||
source "$config"
|
||||
echo "$cfg_glued_version"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
echo "ERROR: failed to load '$config'."
|
||||
exit 1
|
Reference in New Issue
Block a user