Skip to content

Commit

Permalink
fix broken update from ds
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriiNazarenkoTine committed Apr 29, 2024
1 parent ec7c365 commit 7e045ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = rr-manager
SPK_VERS = 2.0
SPK_REV = 37
SPK_REV = 38
SPK_ICON = src/rr-manager.png

DSM_UI_DIR = ui
Expand Down Expand Up @@ -81,7 +81,6 @@ rr-manager_extra_install:
install -m 644 src/ui/rr-manager.js $(STAGING_DIR)/ui/rr-manager.js
install -m 644 src/ui/rr-manager.widget.js $(STAGING_DIR)/ui/rr-manager.widget.js
install -m 644 src/ui/helptoc.conf $(STAGING_DIR)/ui/helptoc.conf
# install -m 644 src/ui/index.conf $(STAGING_DIR)/ui/index.conf
install -m 755 -d $(STAGING_DIR)/ui/help
for language in enu fre; do \
install -m 755 -d $(STAGING_DIR)/ui/help/$${language}; \
Expand Down
1 change: 1 addition & 0 deletions src/src/panels/healthPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export default
this.titleTemplate = this.createTitleTpl();
this.upperPanel = this.createUpperPanel();
this.lowerPanel = this.createLowerPanel();
this.uploadFileDialog = this.createUplaodFileDialog();

this.descriptionMapping = {
normal: this.helper.V('ui', 'greetings_text'),
Expand Down
2 changes: 1 addition & 1 deletion src/src/tabs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default
this.apiProvider.getPasswordConfirm(data).then(data => {
//TODO: remove hardcoded update.zip file name
this.apiProvider.createTask("RunRrUpdate",
'.%20%2Fvar%2Fpackages%2Frr-manager%2Ftarget%2Fapp%2Fconfig.txt%20%26%26%20.%20%2Ftmp%2Frr_update_filename%20%26%26%20%2Fusr%2Fbin%2Frr-update.sh%20updateRR%20%22%24UPLOAD_DIR_PATH%24RR_TMP_DIR%22%2Fupdate.zip%20%2Ftmp%2Frr_update_progress',
'.%20%2Fvar%2Fpackages%2Frr-manager%2Ftarget%2Fui%2Fconfig.txt%20%26%26%20.%20%2Ftmp%2Frr_update_filename%20%26%26%20%2Fusr%2Fbin%2Frr-update.sh%20updateRR%20%22%24UPDATE_FILE%22%20%2Ftmp%2Frr_update_progress',
data
);
});
Expand Down

0 comments on commit 7e045ef

Please sign in to comment.