Skip to content

Commit c15b5a1

Browse files
committed
style fix
1 parent 6129d2f commit c15b5a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/serverStat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ if [[ "${NAME,,}" == *drp* ]] && { [[ $CMD == "off" ]] || [[ $CMD == "cycle" ]];
142142
exit 1
143143
fi
144144

145-
if [[ "${NAME,,}" == *drp* ]] && { [[ $CMD == "reset" ]]; }; then
145+
if [[ "${NAME,,}" == *drp* ]] && [[ $CMD == "reset" ]]; then
146146
if ping -w 2 "$NAME" >/dev/null 2>&1; then
147147
printf "%s is reachable, are you sure you want to reset (n/y)" "${NAME}"
148148
read -r ANSWER

0 commit comments

Comments
 (0)