Fix issue with setting PORT env var

This commit is contained in:
Vikram Rangnekar
2020-03-04 15:39:53 +05:30
parent 0381982d19
commit 3033dcf1a9
3 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
if [ $1 = "secrets" ]
then
sops --config ./config "${@:2}"
./sops --config ./config "${@:2}"
exit 0
fi