mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Fix a bug for creating a link for blue-theme
This commit is contained in:
@ -143,8 +143,8 @@ while($d = readdir(DIR)) {
|
||||
closedir(DIR);
|
||||
|
||||
# Make blue-theme a symlink instead of a copy
|
||||
if (!$min && -r "$tardir/gray-theme") {
|
||||
system("cd $tardir && ln -s gray-theme blue-theme");
|
||||
if (!$min && -r "$tardir/$dir/gray-theme") {
|
||||
system("cd $tardir/$dir && ln -s gray-theme blue-theme");
|
||||
}
|
||||
|
||||
# Remove useless .bak, test and other files, and create the tar.gz file
|
||||
|
Reference in New Issue
Block a user