dsa-restart-all-idle-postgres: disown background jobs instead of waiting for them
[mirror/dsa-puppet.git] / modules / postgres / files / dsa-restart-all-idle-postgres
index 38fe23e..33f48c2 100755 (executable)
@@ -50,4 +50,4 @@ pg_lsclusters -h | while read version name port status; do
   handle_cluster $version $name $port &
 done
 
-wait
+disown -a