소스 검색

Update INSTALL.sh

Stefan Pejcic 1 년 전
부모
커밋
33609fc60e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      INSTALL.sh

+ 2 - 2
INSTALL.sh

@@ -421,14 +421,14 @@ detect_os_and_package_manager() {
 
 
 install_all_locales() {
-    if [ -z "$LOCALES" ]; then
+    if [ "$LOCALES" = true ]; then
             
         # OpenPanel translations
         #
         # https://dev.openpanel.co/localization.html
         #
 
-        debug_log "Installing FR, DE, TR locales."
+        echo "Installing FR, DE, TR locales."
 
         # FR
         debug_log "cd ${OPENPANEL_DIR} && pybabel init -i messages.pot -d translations -l fr"