You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
When I monitor my Linux server with Ubuntu, it uses the fish shell as the default shell and displays an error message in the monitor's hostname project, as shown below:
fish: Unsupported use of '||'. In fish, please use 'COMMAND; or COMMAND'. ([ -f /proc/sys/kernel/hostname ] && cat /proc/sys/kernel/hostname )|| echo "localhost" ^
When I switch the default terminal to ZSH shell, it works normally, but it affects my use. I need to manually switch to Fish shell every time I log in.
The text was updated successfully, but these errors were encountered:
When I monitor my Linux server with Ubuntu, it uses the fish shell as the default shell and displays an error message in the monitor's hostname project, as shown below:
fish: Unsupported use of '||'. In fish, please use 'COMMAND; or COMMAND'. ([ -f /proc/sys/kernel/hostname ] && cat /proc/sys/kernel/hostname )|| echo "localhost" ^
When I switch the default terminal to ZSH shell, it works normally, but it affects my use. I need to manually switch to Fish shell every time I log in.
The text was updated successfully, but these errors were encountered: