Skip to content

Commit

Permalink
Update setup-arl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
msmoshang authored Jul 18, 2024
1 parent 2250ae1 commit a0a20b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/setup-arl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ if [ ! -f /etc/systemd/system/arl-scheduler.service ]; then
fi
#添加指纹
cd /opt/ARL/misc
if [ -s /opt/ARL/misc/ARL-Finger-ADD.py ] && [ -s /opt/ARL/misc/finger.json];
if [ -s /opt/ARL/misc/ARL-Finger-ADD.py ] && [ -s /opt/ARL/misc/finger.json ];
then
echo "ADD finger"
python3.6 ARl-Finger-ADD.py https://127.0.0.1:5003/ admin arlpass
Expand Down

0 comments on commit a0a20b1

Please sign in to comment.