mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 18:06:56 +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
|