浏览代码

fix(script): Chown the 'nodes' directory

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 3 年之前
父节点
当前提交
ac61a60283
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/end_run.sh

+ 1 - 1
scripts/end_run.sh

@@ -1,4 +1,4 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
 if [ $(id -g) -eq 0 ]; then
 if [ $(id -g) -eq 0 ]; then
-	chown -Rh jeremy: policy-export
+	chown -Rh jeremy: policy-export nodes
 fi
 fi