diff options
| author | Jonathan Bauer | 2013-03-19 13:39:17 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-03-19 13:39:17 +0100 |
| commit | 72dffd3849484ba883bd590eef007fc9151f6d12 (patch) | |
| tree | 560f3ef3ea831185cbb33cd234b755b50459ea69 | |
| parent | fix plymouth theme path, fix stage3.1 vmware/uvesafb modprobing (diff) | |
| download | tm-scripts-72dffd3849484ba883bd590eef007fc9151f6d12.tar.gz tm-scripts-72dffd3849484ba883bd590eef007fc9151f6d12.tar.xz tm-scripts-72dffd3849484ba883bd590eef007fc9151f6d12.zip | |
fix path for --help
| -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() { |
