Merge pull request #181 from aceisace/hotfix/installer_crontab_clear
Fix for #180
This commit is contained in:
commit
e4e0493f0e
@ -26,9 +26,8 @@ if [ "$option" = 1 ] || [ "$option" = 3 ]; then
|
|||||||
pip3 uninstall Inkycal -y
|
pip3 uninstall Inkycal -y
|
||||||
|
|
||||||
# Remove crontab file
|
# Remove crontab file
|
||||||
echo -e "\e[1;36m"Replacing current crontab"\e[0m"
|
echo -e "\e[1;36m"Reverting crontab file"\e[0m"
|
||||||
(crontab -l ; echo "")| crontab -
|
crontab -r
|
||||||
|
|
||||||
echo -e "\e[1;36m"Uninstall complete."\e[0m"
|
echo -e "\e[1;36m"Uninstall complete."\e[0m"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user