فهرست منبع

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
 if [ $(id -g) -eq 0 ]; then
-	chown -Rh jeremy: policy-export
+	chown -Rh jeremy: policy-export nodes
 fi