Update install_service.sh

This commit is contained in:
gunu3371 2024-07-14 01:29:30 +09:00 committed by GitHub
parent a889e64c8e
commit f168bae171
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
apt update apt update
apt install python3-pip apt install python3-pip
python3 -m pip install -r requirements.txt python3 -m pip install -r requirements.txt
mkdir -p /etc/m1s_ups/ mkdir -p /etc/m1s_ups/log
cp kill.sh /etc/m1s_ups/ cp kill.sh /etc/m1s_ups/
cp service.py /etc/m1s_ups/ cp service.py /etc/m1s_ups/