Explorar o código

Remove option r from ln command since its not working everywhere

Johannes Schill %!s(int64=7) %!d(string=hai) anos
pai
achega
54f7920f0d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      devenv/setup.sh

+ 2 - 2
devenv/setup.sh

@@ -11,7 +11,7 @@ bulkDashboard() {
 				let COUNTER=COUNTER+1
 		done
 
-		ln -s -f -r ./bulk-dashboards/bulk-dashboards.yaml ../conf/provisioning/dashboards/custom.yaml
+		ln -s -f ../../../devenv/bulk-dashboards/bulk-dashboards.yaml ../conf/provisioning/dashboards/custom.yaml
 }
 
 bulkAlertingDashboard() {
@@ -25,7 +25,7 @@ bulkAlertingDashboard() {
 				let COUNTER=COUNTER+1
 		done
 
-		ln -s -f -r ./bulk_alerting_dashboards/bulk_alerting_dashboards.yaml ../conf/provisioning/dashboards/custom.yaml
+		ln -s -f ../../../devenv/bulk_alerting_dashboards/bulk_alerting_dashboards.yaml ../conf/provisioning/dashboards/custom.yaml
 }
 
 requiresJsonnet() {