1
0
mirror of https://github.com/limosek/zaf.git synced 2025-11-01 01:57:38 +01:00

Openwrt changes

This commit is contained in:
Lukas Macura
2016-03-24 17:16:46 +01:00
parent e778db51c0
commit 94eb7dea06
2 changed files with 4 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ zaf_show_installed_plugins() {
zaf_list_plugins() {
local cfile
local plugin
cd ${ZAF_PLUGINS_DIR}; ls --hide '.' -1
cd ${ZAF_PLUGINS_DIR}; ls -1
}
zaf_show_plugin() {