Skip to content

Commit 68fb0b0

Browse files
aptalcanemchik
andauthored
Update root/etc/s6-overlay/s6-rc.d/init-mod-swag-auto-proxy-setup/run
Co-authored-by: Eric Nemchik <[email protected]>
1 parent 0c79c46 commit 68fb0b0

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-mod-swag-auto-proxy-setup

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-mod-swag-auto-proxy-setup/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cp /defaults/auto-proxy-readme /etc/nginx/http.d/auto-proxy-readme
1111
rm -rf /auto-proxy
1212
mkdir /auto-proxy
1313

14-
if ! grep -q "/app/auto-proxy.sh" /config/crontabs/root; then
14+
if ! grep -q "/app/auto-proxy.sh" /etc/crontabs/root; then
1515
echo "* * * * * /app/auto-proxy.sh" >> /etc/crontabs/root
1616
fi
1717

0 commit comments

Comments
 (0)