baserow: bin will already exist now
This commit is contained in:
parent
288dd34192
commit
726e9024bd
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ let
|
|||
--replace 'APPLICATION_TEMPLATES_DIR = os.path.join(BASE_DIR, "../../../templates")' "APPLICATION_TEMPLATES_DIR = '${templates}'"
|
||||
'';
|
||||
postInstall = ''
|
||||
mkdir $out/bin
|
||||
install -m 0755 ${./backend/gunicorn.py} $out/bin/baserow-gunicorn
|
||||
install -m 0755 ${./backend/celery.py} $out/bin/baserow-celery
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue