@ -113,9 +113,12 @@ else
{
$command=`cat $container_path/default`;
chomp $command;
exec "WINEPREFIX=$container_path $winecmd $command @ARGV";
}
else { die "No command given, and no default command found"; }
else
exec "WINEPREFIX=$container_path $winecmd \"$command\" @ARGV";
The note is not visible to the blocked user.