You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install.sh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ main() {
248
248
INSTALL_TYPE="source"
249
249
log "Build has been forced because your user ID is not the same as the pre-built images. If you want to use pre-built images, your current user installing reNgine-ng must be 1000."$COLOR_RED
250
250
else
251
-
if [ $isNonInteractive=false ];then
251
+
if [ "$isNonInteractive"=false ];then
252
252
log "Do you want to build Docker images from source or use pre-built images (recommended)? \nThis saves significant build time but requires good download speeds for it to complete fast."$COLOR_RED
253
253
log "1) From source"$COLOR_YELLOW
254
254
log "2) Use pre-built images (default)"$COLOR_YELLOW
0 commit comments