Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Version 0.4.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed May 19, 2019
1 parent 4160624 commit 766eb70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions flaskdeploy/scripts/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
from ..validation import *

# from .dns import *




# @click.command(context_settings=dict(
# allow_extra_args=True
# ))
Expand Down
2 changes: 1 addition & 1 deletion flaskdeploy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def script_files_gen(domain, usr, loc):
c = None
if os.path.exists(files+'.sh'):
c = "sudo mkdir -p /etc/nginx/certs"
c1 = "sudo /bin/bash"+files+'.sh'
c1 = "sudo /bin/bash "+files+'.sh'

cmd.append(c)
cmd.append(c1)
Expand Down

0 comments on commit 766eb70

Please sign in to comment.