Skip to content

Improve the theme installing script - Part 1

This is the first part of !53 (merged), which is (intended to be) pure refactoring. The only thing I modified from original commits in !53 (merged) is using ls -l -q instead of ls -l in

dndsize=$(ls -l -q "$dndfilename" | awk '{print $5}')

since according to the POSIX manual, -q is POSIX and is needed to have the filename on one line.

Fixes: #405 (closed)

Merge request reports