mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-06 04:43:24 +02:00
fix(salt): write version cache to ~/.salt, not /~.salt (#16265)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -29,7 +29,7 @@ Pin: version ${RELEASE}
|
||||
Pin-Priority: 1001
|
||||
EOF
|
||||
$STD apt install -y salt-master
|
||||
echo "${RELEASE}" >/~.salt
|
||||
echo "${RELEASE}" >~/.salt
|
||||
msg_ok "Installed Salt"
|
||||
|
||||
motd_ssh
|
||||
|
||||
Reference in New Issue
Block a user