Browse Source

overwrite existing custom.yml

dominik 1 year ago
parent
commit
1adc140ecd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -15,7 +15,7 @@ EOF
 cat ~/env.yml
 
 # Generate additional custom configuration
-touch ~/custom.yml
+echo > ~/custom.yml
 for config in ~/conf.custom/*.yml;
   do cat $config >> ~/custom.yml
 done