Skip to content

Commit 4d72852

Browse files
authored
Clarify descriptions of update scripts (#7929)
1 parent 9ad538c commit 4d72852

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

frontend/public/json/cron-update-lxcs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"website": null,
1414
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/proxmox.webp",
1515
"config_path": "",
16-
"description": "This script will add/remove a crontab schedule that updates all LXCs every Sunday at midnight.",
16+
"description": "This script will add/remove a crontab schedule that updates the operating system of all LXCs every Sunday at midnight.",
1717
"install_methods": [
1818
{
1919
"type": "default",

frontend/public/json/update-lxcs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"website": null,
1414
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/linuxcontainers.webp",
1515
"config_path": "",
16-
"description": "This script has been created to simplify and speed up the process of updating all LXC containers across various Linux distributions, such as Ubuntu, Debian, Devuan, Alpine Linux, CentOS-Rocky-Alma, Fedora, and ArchLinux. It's designed to automatically skip templates and specific containers during the update, enhancing its convenience and usability.",
16+
"description": "This script has been created to simplify and speed up the process of updating the operating system running inside LXC containers across various Linux distributions, such as Ubuntu, Debian, Devuan, Alpine Linux, CentOS-Rocky-Alma, Fedora, and ArchLinux. It's designed to automatically skip templates and specific containers during the update, enhancing its convenience and usability.",
1717
"install_methods": [
1818
{
1919
"type": "default",
@@ -35,6 +35,10 @@
3535
{
3636
"text": "Execute within the Proxmox shell",
3737
"type": "info"
38+
},
39+
{
40+
"text": "The script updates only the operating system of the LXC container. It DOES NOT update the application installed within the container!",
41+
"type": "warning"
3842
}
3943
]
4044
}

0 commit comments

Comments
 (0)