diff options
| -rwxr-xr-x | mltk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ print_usage() { echo -e " server -c -b (clean and build the initramfs archives under /server/build)" echo -e "" echo -e " Existing modules for remote are:" - echo -e " $(echo $(ls ${ROOT_DIR}/remote/tools))" + echo -e " $(echo $(ls ${ROOT_DIR}/remote/modules))" } initial_checks() { |
