Skip to content

Instantly share code, notes, and snippets.

@AnythingLinux
Last active August 25, 2026 20:50
Show Gist options
  • Select an option

  • Save AnythingLinux/4ae4bd92e55ea7c4ceaef82c413294b6 to your computer and use it in GitHub Desktop.

Select an option

Save AnythingLinux/4ae4bd92e55ea7c4ceaef82c413294b6 to your computer and use it in GitHub Desktop.
Footer Change
@AnythingLinux

AnythingLinux commented Aug 11, 2026

Copy link
Copy Markdown
Author

python3 sync_site_footer.py --root /var/www/html --reference /var/www/html/index.html

sudo python3 sync_site_footer.py --root /var/www/html --cleanup-backups

sudo python3 sync_site_footer.py --root /var/www/html --reference /var/www/html/index.html --apply

sudo python3 sync_site_footer.py --root /var/www/html --reference /var/www/html/index.html --apply --no-restart

python3 sync_site_footer.py --root /var/www/html --reference /var/www/html/index.html --validate-only

sudo python3 sync_site_footer.py --root /var/www/html --reference /var/www/html/index.html --apply --keep-report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment