wallpaper path fixed
This commit is contained in:
+1
-2
@@ -22,8 +22,7 @@ if [ ! -d "$THEME_DIR/images" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Copy wallpaper so it can be used in theme
|
# Copy wallpaper so it can be used in theme
|
||||||
wallpaper=${wallpaper// /\/ } # sanitize path
|
cp "$wallpaper" "$THEME_DIR/images/theme_ntp_background_norepeat.png"
|
||||||
cp $wallpaper "$THEME_DIR/images/theme_ntp_background_norepeat.png"
|
|
||||||
|
|
||||||
# Theme template
|
# Theme template
|
||||||
cat > "$THEME_DIR/manifest.json" << EOF
|
cat > "$THEME_DIR/manifest.json" << EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user