Unverified Commit 304caf8b authored by Thomas Kaiser's avatar Thomas Kaiser Committed by GitHub
Browse files

[OMV] tiny bugfix

parent c216935a
......@@ -723,7 +723,7 @@ chmod 600 /etc/cron.d/make_nas_processes_faster
case $distribution in
stretch)
# Fix python bug upstream Debian 9 obviously ignores
if [ /usr/lib/python3.5/weakref.py ]; then
if [ -f /usr/lib/python3.5/weakref.py ]; then
wget -O /usr/lib/python3.5/weakref.py \
https://raw.githubusercontent.com/python/cpython/9cd7e17640a49635d1c1f8c2989578a8fc2c1de6/Lib/weakref.py
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment