We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec1b65 commit 3483ea7Copy full SHA for 3483ea7
ct/pingvin.sh
@@ -34,7 +34,7 @@ function update_script() {
34
fi
35
36
RELEASE=$(curl -s https://api.github.com/repos/stonith404/pingvin-share/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
37
- if [[ ! -f /opt/$pingvin_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/pingvin_version.txt)" ]]; then
+ if [[ ! -f /opt/pingvin_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/pingvin_version.txt)" ]]; then
38
39
msg_info "Stopping Pingvin Share"
40
systemctl stop pm2-root.service
0 commit comments