diff options
author | Simon Rettberg | 2015-09-30 11:30:51 +0200 |
---|---|---|
committer | Simon Rettberg | 2015-09-30 11:30:51 +0200 |
commit | e9cdf1e5abce0f4933b9ab8830521d56e1073861 (patch) | |
tree | d98abd32756c7ffc112608aeaedd87a951247c37 /scripts | |
parent | [MountVmStore] Timeout quicker, return exit code in status (diff) | |
download | tmlite-bwlp-e9cdf1e5abce0f4933b9ab8830521d56e1073861.tar.gz tmlite-bwlp-e9cdf1e5abce0f4933b9ab8830521d56e1073861.tar.xz tmlite-bwlp-e9cdf1e5abce0f4933b9ab8830521d56e1073861.zip |
[Https] Increase timeouts, use systemctl fort restart
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install-https | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-https b/scripts/install-https index cfefe8b..f31271a 100755 --- a/scripts/install-https +++ b/scripts/install-https @@ -72,7 +72,7 @@ case "$OP" in ;; esac -service lighttpd restart +systemctl restart lighttpd exit 0 |