修复语法错误

This commit is contained in:
2024-02-12 13:45:49 +08:00
parent 0d8f218fd1
commit af50729692
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
debianVersion=`cat /etc/debian_version`
if [[ $debianVersion==12.* ]]; then
cd /tmp
killall dde-dock dde-osd -9
nohup dde-dock &
nohup dde-osd &
fi