mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 05:46:36 +08:00
修复语法错误
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
if [[ $debianVersion == 12.* ]]; then
|
||||
debianVersion=`cat /etc/debian_version`
|
||||
if [[ $debianVersion==12.* ]]; then
|
||||
cd /tmp
|
||||
killall dde-dock dde-osd -9
|
||||
nohup dde-dock &
|
||||
nohup dde-osd &
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user