File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ if [ "$1" = "install" ]; then
9999 # FileDrop to login
100100 WallFileFullPath=` echo $FileDrop | tr -d \' `
101101 echo " =Set fileDrop $WallFileFullPath to Wallpicture="
102- if [ ! -e $WallFileFullPath ]; then
102+ if [ ! -e " $WallFileFullPath " ]; then
103103 echo " File Not exist!"
104104 echo " Can not change Wallpaper"
105105 # remove temp-dir
@@ -125,7 +125,7 @@ if [ "$1" = "install" ]; then
125125 ConstMoeWallFileName=$ConstWallFileNamePng
126126 echo " FileExtension is $FileExtension "
127127 echo " Convert $WallFileFullPath to $TempDir /$ConstMoeWallFileName "
128- ReturnValue=` convert $WallFileFullPath $TempDir /$ConstMoeWallFileName `
128+ ReturnValue=` convert " $WallFileFullPath " $TempDir /$ConstMoeWallFileName `
129129 if [ " $ReturnValue " != " " ]; then
130130 echo " Can't convert to PNG-image"
131131 echo " Can not change wallpaper picture"
You can’t perform that action at this time.
0 commit comments