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
path: root/mods
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-17 00:27:36 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-17 00:27:36 +0300
commit2242dc595734cb5e93327cc488224a53813a2a6f (patch)
tree9f30fa39ae5aa156026f1961cb4b2f0e25327715 /mods
parentb02f16b979a698e4779cf27233aa4885b26fce60 (diff)
Fixes
Diffstat (limited to 'mods')
-rw-r--r--mods/mod_hakchi/hakchi/script/transfer2
1 files changed, 1 insertions, 1 deletions
diff --git a/mods/mod_hakchi/hakchi/script/transfer b/mods/mod_hakchi/hakchi/script/transfer
index ec7f0d34..485d28ea 100644
--- a/mods/mod_hakchi/hakchi/script/transfer
+++ b/mods/mod_hakchi/hakchi/script/transfer
@@ -34,7 +34,7 @@ source_parts "$preinitpath/p????_*firmware*"
source_parts "$modpath/rootfs/etc/preinit.d/p????_*firmware*"
# now we can do install/repair
-if [ -d "preinitpath" ]; then
+if [ -d "$preinitpath" ]; then
echo $modname already installed
mod_repair
else