Selaa lähdekoodia

fix(script): Chown the 'nodes' directory

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 3 vuotta sitten
vanhempi
commit
ac61a60283
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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