Corrected misleading comment.

This commit is contained in:
Rohan Barar 2024-08-01 21:29:21 +10:00
parent 4f9e83b3b3
commit d3650c8e0f

View File

@ -538,7 +538,7 @@ function waRunCommand() {
# Capture the process ID.
FREERDP_PID=$!
else
# Script summoned from right-click menu with officially supported application name plus/minus a file path.
# Script summoned from right-click menu or application icon (plus/minus a file path).
if [ -e "${SCRIPT_DIR_PATH}/../apps/${1}/info" ]; then
# shellcheck source=/dev/null # Exclude this file from being checked by ShellCheck.
source "${SCRIPT_DIR_PATH}/../apps/${1}/info"