Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rern committed Jan 2, 2023
1 parent 8e46e62 commit cec9a89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ rm -rf /srv/http/assets/{css,fonts,js}

getinstallzip

[[ -e /tmp/mpdconf ]] && mv /tmp/mpdconf $dirdata
if [[ -e /tmp/mpdconf ]]; then
rm -rf $dirmpdconf
mv /tmp/mpdconf $dirdata
fi
chmod +x $dirsettings/system.sh
$dirsettings/system.sh dirpermissions
[[ -e $dirsystem/color ]] && $dirbash/cmd.sh color
Expand Down

0 comments on commit cec9a89

Please sign in to comment.