|
|
@@ -2,9 +2,9 @@
|
|
|
* Post install script: create or replace the symlink .env
|
|
|
* to the .env file matching the current environment
|
|
|
*
|
|
|
- * To force an hostname, define an env variable named HOST :
|
|
|
+ * To force a hostname, define an env variable named HOSTNAME :
|
|
|
*
|
|
|
- * HOST=ci node ./env/setupEnv.mjs
|
|
|
+ * HOSTNAME=ci node ./env/setupEnv.mjs
|
|
|
*
|
|
|
*/
|
|
|
import os from 'os'
|