We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1ac3b commit 9c3be87Copy full SHA for 9c3be87
scripts/rmlocal
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
. "/usr/bin/variables"
3
4
-rmlocal.script "$@" 2>&1 | tee -a "${log_dir}/rmlocal.log"
+rmlocal.script "$@" 2>&1 | tee "${log_dir}/rmlocal.log"
0 commit comments