February 27Feb 27 My current go file is as follows:#!/bin/bash# Start the Management Utility/usr/local/sbin/emhttpcp /boot/config/plugins/droid.plugins/storcli64 /usr/local/bin/storcli64chmod +x /usr/local/bin/storcli64alias temp='/usr/local/bin/./storcli64 /c0 show temperature'cp /boot/config/plugins/droid.plugins/whichdisk.sh /usr/local/bin/whichdisk.shchmod +x /usr/local/bin/whichdisk.shalias whichdisk=/usr/local/bin/whichdisk.shThe file does correctly copy the two files and does make them executable as requested, however the alias fails. When I copy those exact alias lines and input them into my terminal, they work wonderfully. Is this a limitation of the file? Also, if anyone has any other ideas on how to have this be accomplished, I'm all ears.
February 27Feb 27 Community Expert 7 minutes ago, Droidem said:how to have this be accomplishedUser Scripts plugin
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.