Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-16 19:01:56 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-16 19:01:56 +0300
commit737370fc4c9c8aa51092dc82f3ac8f8bab7e5743 (patch)
tree146dff23b377321121f6dbbebf0236d39e509725 /mods/mod_hakchi
parenta860691692d64302185a03e9b913174a32e16931 (diff)
Minor fixes
Diffstat (limited to 'mods/mod_hakchi')
-rw-r--r--mods/mod_hakchi/hakchi/script/transfer5
1 files changed, 0 insertions, 5 deletions
diff --git a/mods/mod_hakchi/hakchi/script/transfer b/mods/mod_hakchi/hakchi/script/transfer
index 3ec4959b..b4532aca 100644
--- a/mods/mod_hakchi/hakchi/script/transfer
+++ b/mods/mod_hakchi/hakchi/script/transfer
@@ -60,10 +60,5 @@ fi
echo transferring data...
transfer_path "$transferpath"
-[ -d "$rootfs/bin" ] && chmod +x $rootfs/bin/*
-[ -d "$rootfs/sbin" ] && chmod +x $rootfs/sbin/*
-[ -d "$rootfs/usr/bin" ] && chmod +x $rootfs/usr/bin/*
-[ -d "$rootfs/usr/sbin" ] && chmod +x $rootfs/usr/sbin/*
-
save_config
[ "$cf_shutdown" != "y" ] || shutdown