Skip to content

plesk/kb-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knowledge Base Article Scripts

This repository contains the scripts mentioned in various Plesk knowledge base articles.

Structure

The repository structure is the following:

kb-scripts
├── ...
├── rebuild-awstats
│   ├── 213901965.kb
│   └── rebuild-awstats.sh
├── update-chroot
│   └── update-chroot.sh
└── ...

Each script is stored in a separate directory. Shell scripts should have .sh suffix in the file name. The reference to the corresponding KB article is implemented using empty file flags (e.g. 213901965.kb)

Contribution

Fill free to submit pull requests. Please follow best practices. Scripts should be well tested, have "usage" block and clear explanation of applicability.