瀏覽代碼

if condition correction

pull/7/head
azlux 8 年之前
committed by GitHub
父節點
當前提交
aefbdb7c99
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      log2ram

+ 2
- 2
log2ram 查看文件

@@ -19,7 +19,7 @@ case "$1" in
;;

stop)
if ["$USE_RSYNC" = true]; then
if [[ "$USE_RSYNC" = true ]]; then
rsync -aXWv --delete --links $RAM_LOG $HDD_LOG
else
cp -rfup $RAM_LOG -T $HDD_LOG
@@ -29,7 +29,7 @@ case "$1" in
;;

write)
if ["$USE_RSYNC" = true]; then
if [[ "$USE_RSYNC" = true ]]; then
rsync -aXWv --delete --links $RAM_LOG $HDD_LOG
else
cp -rfup $RAM_LOG -T $HDD_LOG


Loading…
取消
儲存