Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Baur
cloudify3
Commits
01b3bef4
Commit
01b3bef4
authored
Jun 17, 2015
by
Daniel Baur
Browse files
Fixed some small errors in ghost scripts
parent
33eb17ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ghost-openstack/scripts/ghost/ghost.py
ghost-openstack/scripts/ghost/ghost.py
+1
-1
No files found.
ghost-openstack/scripts/ghost/ghost.py
View file @
01b3bef4
...
...
@@ -37,7 +37,7 @@ def configure(subject=None):
_run
(
'sudo apt-get -y install unzip'
,
error_message
=
'Failed installing unzip'
)
_run
(
'sudo curl -L https://ghost.org/zip/ghost-latest.zip -o /opt/ghost.zip'
,
error_message
=
'Failed downloading ghost'
)
_run
(
'sudo unzip -uo
~
/ghost.zip -d /opt/ghost'
,
error_message
=
'Failed unzipping ghost'
)
_run
(
'sudo unzip -uo
/opt
/ghost.zip -d /opt/ghost'
,
error_message
=
'Failed unzipping ghost'
)
template
=
Template
(
ctx
.
get_resource
(
TEMPLATE_RESOURCE_NAME
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment