Skip to content

Commit

Permalink
Fix broken RunRrUpdate_TASK
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriiNazarenkoTine committed Mar 14, 2024
1 parent 398a1ea commit 7aa2652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = rr-manager
SPK_VERS = 1.0
SPK_REV = 22
SPK_REV = 23
SPK_ICON = src/rr-manager.png

DSM_UI_DIR = app
Expand Down
2 changes: 1 addition & 1 deletion src/app/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ SHARE_NAME=@this_is_sharename@
RR_TMP_DIR=@this_is_rr_tpm_dir@

SetRootPrivsToRrManager_TASK=sed -i 's/package/root/g' /var/packages/rr-manager/conf/privilege && synopkg restart rr-manager
RunRrUpdate_TASK =. /var/packages/rr-manager/target/app/config.txt\n/usr/bin/rr-update.sh updateRR \"$UPLOAD_DIR_PATH$RR_TMP_DIR\"/update.zip /tmp/rr_update_progress
RunRrUpdate_TASK =. /var/packages/rr-manager/target/app/config.txt && /usr/bin/rr-update.sh updateRR $UPLOAD_DIR_PATH$RR_TMP_DIR/update.zip /tmp/rr_update_progress

0 comments on commit 7aa2652

Please sign in to comment.