Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
304caf8b
Unverified
Commit
304caf8b
authored
May 29, 2019
by
Thomas Kaiser
Committed by
GitHub
May 29, 2019
Browse files
[OMV] tiny bugfix
parent
c216935a
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-software
View file @
304caf8b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment