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
b87efa95
Commit
b87efa95
authored
Jun 17, 2015
by
Daniel Baur
Browse files
...
parent
1588d303
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ghost-openstack/scripts/ghost/ghost.py
ghost-openstack/scripts/ghost/ghost.py
+2
-2
No files found.
ghost-openstack/scripts/ghost/ghost.py
View file @
b87efa95
...
...
@@ -72,8 +72,8 @@ def start(subject=None):
writeConfig
(
subject
)
_run
(
'(cd /opt/ghost/
;
sudo /usr/bin/npm install)'
,
error_message
=
'Failed running npm install'
)
_run
(
'(cd /opt/ghost/
;
sudo /usr/bin/npm start &)'
,
error_message
=
'Failed running npm start'
)
_run
(
'(cd /opt/ghost/
&&
sudo /usr/bin/npm install)'
,
error_message
=
'Failed running npm install'
)
_run
(
'(cd /opt/ghost/
&&
sudo /usr/bin/npm start &)'
,
error_message
=
'Failed running npm start'
)
def
stop
():
...
...
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