mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 16:29:45 -05:00
Update docker_init
This commit is contained in:
@@ -32,5 +32,5 @@ foreach ($autostart as $container) {
|
||||
$newAuto[] = $container;
|
||||
}
|
||||
if ( $flag )
|
||||
file_put_contents("/var/lib/docker/unraid-autostart",implode("\n",$newAuto."\n");
|
||||
file_put_contents("/var/lib/docker/unraid-autostart",implode("\n",$newAuto)."\n");
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user