mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
FTP: added id and pass indication in the message
This commit is contained in:
parent
8cb7c2cd7c
commit
9028da8929
|
@ -27,7 +27,7 @@ stop_ftp_server() {
|
|||
zenity --icon-name=net.retrodeck.retrodeck --info --no-wrap \
|
||||
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
||||
--title "RetroDECK - FTP Server" \
|
||||
--text="FTP server started on port $port, pointing to:\n$rdhome\nPress Stop to terminate the server." --ok-label="Stop" || stop_ftp_server
|
||||
--text="FTP server started on port $port, pointing to:\n$rdhome\nID:\tretrodeck\nPassword:\tretrodeck\n\nPress Stop to terminate the server." --ok-label="Stop" || stop_ftp_server
|
||||
|
||||
# If the user clicks "Stop", call the function to stop the FTP server
|
||||
stop_ftp_server
|
||||
|
|
Loading…
Reference in a new issue