mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: 1click deployment fixes
This commit is contained in:
parent
6c6b7156bb
commit
cb78ccad1f
@ -495,13 +495,6 @@ function install() {
|
|||||||
|
|
||||||
update_config "INSTALLATION_DATE" "$(date '+%Y-%m-%d')"
|
update_config "INSTALLATION_DATE" "$(date '+%Y-%m-%d')"
|
||||||
|
|
||||||
if command -v crontab &> /dev/null; then
|
|
||||||
sudo touch /etc/cron.daily/makeplane
|
|
||||||
sudo chmod +x /etc/cron.daily/makeplane
|
|
||||||
sudo echo "0 2 * * * root /usr/local/bin/plane-app --upgrade" > /etc/cron.daily/makeplane
|
|
||||||
sudo crontab /etc/cron.daily/makeplane
|
|
||||||
fi
|
|
||||||
|
|
||||||
show_message "Plane Installed Successfully ✅"
|
show_message "Plane Installed Successfully ✅"
|
||||||
show_message ""
|
show_message ""
|
||||||
else
|
else
|
||||||
@ -607,11 +600,6 @@ function uninstall() {
|
|||||||
sudo rm $PLANE_INSTALL_DIR/config.env &> /dev/null
|
sudo rm $PLANE_INSTALL_DIR/config.env &> /dev/null
|
||||||
sudo rm $PLANE_INSTALL_DIR/docker-compose.yaml &> /dev/null
|
sudo rm $PLANE_INSTALL_DIR/docker-compose.yaml &> /dev/null
|
||||||
|
|
||||||
if command -v crontab &> /dev/null; then
|
|
||||||
sudo crontab -r &> /dev/null
|
|
||||||
sudo rm /etc/cron.daily/makeplane &> /dev/null
|
|
||||||
fi
|
|
||||||
|
|
||||||
# rm -rf $PLANE_INSTALL_DIR &> /dev/null
|
# rm -rf $PLANE_INSTALL_DIR &> /dev/null
|
||||||
show_message "- Configuration Cleaned ✅"
|
show_message "- Configuration Cleaned ✅"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user