wheezy's /bin/ln does not support '-r' parameter
This commit is contained in:
parent
6b8c1710ca
commit
0bd10d23ec
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ def enable_web_vhost(sitename):
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
subprocess.check_output([
|
subprocess.check_output([
|
||||||
SUDO_CMD, LN_CMD, '-r', '-s',
|
SUDO_CMD, LN_CMD, '-s',
|
||||||
_build_vhost_config_path(sitename),
|
_build_vhost_config_path(sitename),
|
||||||
_build_enabled_vhost_path(sitename)],
|
_build_enabled_vhost_path(sitename)],
|
||||||
stderr=subprocess.STDOUT)
|
stderr=subprocess.STDOUT)
|
||||||
|
|
Loading…
Reference in a new issue