Browse Source

fix(script): Chown the 'nodes' directory

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 3 năm trước cách đây
mục cha
commit
ac61a60283
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/end_run.sh

+ 1 - 1
scripts/end_run.sh

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