Эх сурвалжийг харах

fix(script): Chown the 'nodes' directory

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 3 жил өмнө
parent
commit
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
 if [ $(id -g) -eq 0 ]; then
-	chown -Rh jeremy: policy-export
+	chown -Rh jeremy: policy-export nodes
 fi