Skip to content

Commit

Permalink
quickfix homarr.sh (community-scripts#133)
Browse files Browse the repository at this point in the history
Missing Space
  • Loading branch information
MickLesk authored Nov 8, 2024
1 parent 5bcbf9b commit 37c0fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ct/homarr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function default_settings() {

function update_script() {
header_info
if [[ ! -d /opt/homarr]]; then msg_error "No ${APP} Installation Found!"; exit; fi
if [[ ! -d /opt/homarr ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
if (( $(df /boot | awk 'NR==2{gsub("%","",$5); print $5}') > 80 )); then
read -r -p "Warning: Storage is dangerously low, continue anyway? <y/N> " prompt
[[ ${prompt,,} =~ ^(y|yes)$ ]] || exit
Expand Down

0 comments on commit 37c0fe7

Please sign in to comment.