diff options
Diffstat (limited to 'lib/_ak_settings')
-rwxr-xr-x | lib/_ak_settings | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/_ak_settings b/lib/_ak_settings index ce36d10..3345e49 100755 --- a/lib/_ak_settings +++ b/lib/_ak_settings @@ -18,7 +18,8 @@ ### along with this program. If not, see <http://www.gnu.org/licenses/>. ### -source $AK_LIBDIR/_ak_script +source $AK_LIBDIR/_ak_lib_load +_ak_lib_load _ak_script if [ ! -d "${AK_WORKDIR}" ] then @@ -135,11 +136,11 @@ function _ak_settings_set(){ } function _ak_settings_get_sub(){ - _ak_not_implemented + _ak_not_implemented ${FUNCNAME} } function _ak_settings_get_all(){ - _ak_not_implemented + _ak_not_implemented ${FUNCNAME} } _ak_log_debug "_ak_settings loaded $(caller)" |