Herby Vojčík 4 years ago
parent
commit
8d0b51cc5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mvdir.sh

+ 1 - 1
mvdir.sh

@@ -1,5 +1,5 @@
 #!/bin/sh
-set -e
+set -e -x
 
 if [ -n "$PLUGIN_SOURCE" -a -n "$PLUGIN_TARGET" ]; then
   set "$PLUGIN_SOURCE" "$PLUGIN_TARGET"