Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

unMenu custom user botton

Featured Replies

I created some shell scripts for rsync . I can run it using telnet, however I would prefer to use custom user button in unMenu. I followed examples available in unMenu folder and tried to execute script, but nothing happens

 

Here is my button:

 

#define USER_SCRIPT_LABEL Rsync

#define USER_SCRIPT_DESCR Sync Files

/boot/custom/rs.sh

 

Please help

I created some shell scripts for rsync . I can run it using telnet, however I would prefer to use custom user button in unMenu. I followed examples available in unMenu folder and tried to execute script, but nothing happens

 

Here is my button:

 

#define USER_SCRIPT_LABEL Rsync

#define USER_SCRIPT_DESCR Sync Files

/boot/custom/rs.sh

 

Please help

First, make sure the script does not have ms-dos style carriage returns at the ends of the lines.

Then, what happens when you press the button?

  • Author

How do I check for ms-dos style carriages?

 

I used Notepad to create script, when I run in telnet, script is executed and log file is saved. Now when I press button, there is short message "Waiting for Tower" at the bottom of the screen and that's it. No log file and nothing is synced

How do I check for ms-dos style carriages?

 

I used Notepad to create script, when I run in telnet, script is executed and log file is saved. Now when I press button, there is short message "Waiting for Tower" at the bottom of the screen and that's it. No log file and nothing is synced

http://lime-technology.com/wiki/index.php/FAQ#Why_do_my_scripts_have_problems_with_end-of-lines.3F

 

The script must complete and all output from both standard output and standard error output be completed and their file descriptors closed before unRAID will return the result.  If your process runs for 10 minutes, it will be 10minutes before it unRAID returns the output to your browser.

 

If you do not want to wait, you'll need to write a script that will detach itself from the parent process. (possibly put itself in the background and dosown it, or use the "at" command)

Notepad±± is preferred.

 

Sent from my SAMSUNG-SGH-I897 using Tapatalk 2

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.