mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-01-17 17:47:57 +08:00
6c18fe434d
Signed-off-by: 萌森 <qyg2297248353@163.com>
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
|