aboutsummaryrefslogtreecommitdiff
path: root/lib/_ak_fs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_ak_fs')
-rwxr-xr-xlib/_ak_fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/_ak_fs b/lib/_ak_fs
index b9dbe7b..dad7dec 100755
--- a/lib/_ak_fs
+++ b/lib/_ak_fs
@@ -212,7 +212,7 @@ function _ak_fs_import(){
# `sha512sum $TEMPDIR/map | awk '{print "mv " $2 " '$AK_MAPSDIR/'" $1}'`
mp512p="$(sha512sum $TEMPDIR/3rd_gen_map | awk '{print $1}')"
- mv -f $TEMPDIR/3rd_gen_map $AK_MAPSDIR/$mp512p
+ cp $TEMPDIR/3rd_gen_map $AK_MAPSDIR/$mp512p
# We remove the TEMPDIR
rm -rf $TEMPDIR