This commit is contained in:
2020-12-07 16:38:01 -05:00
parent 3f4e26c746
commit 26d53bc593

View File

@@ -227,6 +227,6 @@ class podmanImageManager implements podmanImageManagerInterface
return file_put_contents( $CacheDIr . "/".$name, serialize( $Object ) ); return file_put_contents( $CacheDIr . "/".$name, serialize( $Object ) );
} }
else else
throw new \Exception("Image cache directory does not exist and could not create"); return false; //TODO lets make cache work via like a central storage folder or something per user
} }
} }