ssfs diff ssfs-box @ rev 10
We can detect a Public in Sync if user wants public files
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jun 11 18:08:22 2011 +0200 (2011-06-11) |
parents | b751321f3391 |
children | adba1713f615 |
line diff
1.1 --- a/ssfs-box Sat Jun 11 08:50:57 2011 +0200 1.2 +++ b/ssfs-box Sat Jun 11 18:08:22 2011 +0200 1.3 @@ -27,7 +27,7 @@ 1.4 # Default tools GUI box function. 1.5 tools_main() { 1.6 if [ ! -s "$config" ]; then 1.7 - $0 setup 1.8 + $0 setup && exit 0 1.9 fi 1.10 text=$(gettext "<b>Welcome to Ssfs GTK user interface</b>") 1.11 info | yad \ 1.12 @@ -81,7 +81,7 @@ 1.13 login=$(echo $main | cut -d '|' -f 1) 1.14 host=$(echo $main | cut -d '|' -f 2) 1.15 [ "$host" ] || exit 0 1.16 - terminal -hold -geometry 72x10 \ 1.17 + terminal -hold -geometry 72x14 \ 1.18 -e "ssfs setup --login=$login --host=$host" 1.19 } 1.20