better sync history functions

This commit is contained in:
ksyasuda
2022-01-11 22:01:05 -08:00
parent 9662a28aa4
commit b4afebe72c
2 changed files with 15 additions and 11 deletions

View File

@@ -275,7 +275,7 @@ main() {
;;
5.)
logger "Sync history database"
roficmd="rofi -dpi "$DPI" -dmenu -config $CFG_FILE -l 0 -p"
roficmd="rofi -dpi $DPI -dmenu -config $CFG_FILE -l 0 -p"
username=$($roficmd "Enter the username of the remote user:")
[ -z "$username" ] && seppuku "No username provided... exiting"
host=$($roficmd "Enter the host for the remote machine (eg 192.168.1.99):")