Update install_service.sh

This commit is contained in:
gunu3371 2024-06-14 22:39:01 +09:00 committed by GitHub
parent 922d0af3b4
commit 9ff41d520f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
python3 -m pip install -r requirements.txt
mkdir -p /etc/m1s_ups/ mkdir -p /etc/m1s_ups/
cp kill.sh /etc/m1s_ups/ cp kill.sh /etc/m1s_ups/
@ -10,4 +10,4 @@ systemctl daemon-reload
systemctl enable --now m1s_ups systemctl enable --now m1s_ups
echo 'install sucess' echo 'install sucess'