Update Docker.page

This commit is contained in:
Squidly271
2017-12-09 12:57:16 -05:00
committed by GitHub
parent c53790cdc6
commit b3b855e83a

View File

@@ -21,6 +21,6 @@ if ($var['fsState'] != "Started") {
}
if ( !is_file('/var/run/dockerd.pid') || (!is_dir('/proc/'.@file_get_contents('/var/run/dockerd.pid'))) ) {
echo "<p class='notice'>Docker Service failed to start.</p>";
exit;
return;
}
?>