From 1e6dbcb3009acbfa9ea2edb1ec4852704dc54010 Mon Sep 17 00:00:00 2001 From: alban Date: Sat, 7 Sep 2019 20:56:35 +0000 Subject: [PATCH] [fix] The auto upgrade missed a \ --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5ea4929..d586e86 100644 --- a/install.sh +++ b/install.sh @@ -254,7 +254,7 @@ rm -rf "\$TMP" rm -f "/home/wekan/bundle" ln -s "/home/wekan/\$NEW" "/home/wekan/bundle" supervisorctl restart wekan -echo "$(date) Restarted" +echo "\$(date) Restarted" HEREDOC chmod +x /usr/local/sbin/auto_upgrade_wekan cat << HEREDOC > /etc/cron.d/auto_upgrade_wekan