mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
8 lines
206 B
Bash
8 lines
206 B
Bash
#!/bin/bash
|
|
|
|
crontab -l | grep -v '/home/task/app_install.sh' | crontab -
|
|
crontab -l | grep -v '/home/task/app_install_zh.sh' | crontab -
|
|
|
|
rm -f /home/task/app_install.sh
|
|
rm -f /home/task/app_install_zh.sh
|