blob: 05df9adf2c600f05ca38deacef4137b5e71f3f76 (
plain)
1
2
3
4
5
|
#!/bin/bash
# This is a placeholder for AEP's init script to prevent
# overwriting the node-red init script.
# This file is not used in non-AEP node-red and should be ignored in all cases.
true
|