summaryrefslogtreecommitdiff
path: root/copy_fdd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'copy_fdd.sh')
-rwxr-xr-xcopy_fdd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/copy_fdd.sh b/copy_fdd.sh
index d154abb..ebd53c5 100755
--- a/copy_fdd.sh
+++ b/copy_fdd.sh
@@ -8,7 +8,7 @@ cp menu_fdd.cfg mnt/boot/menu.cfg
# copy kernel
cp src/kernel/kernel.elf mnt
-cp src/modules/test/test.elf mnt
+cp src/user/test/test.elf mnt
#echo "*** Launching a BASH shell, if you want to do any maintenance ***"
#bash || exit 0