Jakob Borg 12 年之前
父节点
当前提交
a6a9abb061
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -24,7 +24,7 @@ echo "No config file, installing default into $config."
 cp zsnapper/zsnapper.ini "$config" || fail
 fi
 
-if [ ! -f "smf" ] ; then
+if [ ! -f "$smf" ] ; then
 echo "No SMF manifest, installing into $smf."
 cp zsnapper/zsnapper.xml "$smf" || fail
 fi