mirror of
https://github.com/wallabag/docker.git
synced 2026-03-20 16:27:33 +01:00
5
apply-patches.sh
Executable file
5
apply-patches.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
for i in $(find /opt/wallabag/patches/ -type f -name "*.patch" | sort); do
|
||||
(cd /var/www/html ; echo "Applying ${i}…" ; patch -p1 < ${i})
|
||||
done
|
||||
Reference in New Issue
Block a user